Server/Client comunication tools for the biDAQ board
Open up your terminal and clone the repository locally
Clone by using a password protected SSH key (preferred)
$ mkdir ~/work>/dev/null 2>&1 && cd ~/work
$ git clone git@github.com:giachero/biDAQz.git
or Clone with HTTPS by using by the web URL
$ git clone https://github.com/giachero/biDAQz.git
- ZeroMQ (also known as ØMQ, 0MQ, or zmq) website
- PyZMQ Documentation from readthedocs.io
- JASON documentation
- Introducing JSON, from json.org
- Working With JSON Data in Python, from realpython.com