Skip to content
View ChristopherJohnston's full-sized avatar

Block or report ChristopherJohnston

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. octopus-influx octopus-influx Public

    Python

  2. blockchain blockchain Public

    Example blockchain hash calculations using python

    Python

  3. Example Blockchain hash calculations... Example Blockchain hash calculations using Python
    1
    from hashlib import sha256
    2
    import time
    3
    import struct
    4
    import binascii
    5
    import datetime
  4. motu_server motu_server Public

    A tornado web server emulating a MOTU AVB interface's datastore API. Enables development of tools to read and manipulate the datastore without requiring an active interface.

    Python

  5. motu_websocket_bridge motu_websocket_bridge Public

    A tornado websocket server to bridge HTTP requests to/from a MOTU AVB interface's datastore API.

    Python

  6. motu_osc_bridge motu_osc_bridge Public

    A service to bridge HTTP messages from a MOTU AVB interface's datastore API to an OSC Server, such as TouchOSC.

    Python