Better doc
This commit is contained in:
parent
0fe991e0f2
commit
c01bc4da5f
14
README.md
14
README.md
@ -23,7 +23,7 @@ More you can use also a vcvrack complex patch to drive light fixtures, laser abs
|
||||
|
||||
- Jamidi doesn't broadcast audio. Use whatever solution you like. We use icecast and VLC to listen.
|
||||
|
||||
- Jamidi is experimental and nowhere safe. You need to understand safety risks with opening a network port, especially over Internet. Ask someone who knows if you don't.
|
||||
- Jamidi is experimental and nowhere safe. Network managment and security is not in jamidi scope. Some ideas : All computers can be on the same encrypted vpn (tinc, zerotier,..). The server can run on a VPS and all client connect to it. The server is at home, closer to midi devices,...
|
||||
|
||||
|
||||
|
||||
@ -65,9 +65,9 @@ servername : 'local', 'llstrvpn'. Servers (IP, port,...) must be described in
|
||||
--no-broadcast : Do not broadcast all incomings commands to all client.
|
||||
|
||||
|
||||
--reset : Send reset values to local device a startup. Default option.
|
||||
--reset : Send reset values to local device at startup. Default option.
|
||||
|
||||
--no-reset : Do not send reset values to local device a startup.
|
||||
--no-reset : Do not send reset values to local device at startup.
|
||||
|
||||
|
||||
--current : Send all current CC values to all new client. Default option.
|
||||
@ -117,7 +117,7 @@ mmo3.html and ocs2.html demo to control 2 real life nozoids.
|
||||
3/ Each aurora pages talk to each other. Each mmo3 to each other and so on..
|
||||
|
||||
|
||||
These pages will work with local jamidi server, but they can't guess your online configuration. You need to modify IP and port in line :
|
||||
These html pages will work with local jamidi server, but they can't guess your online configuration. You need to modify IP and port in line :
|
||||
|
||||
var LJ = 'ws://127.0.0.1:8081/'
|
||||
|
||||
@ -133,7 +133,6 @@ var LJ = 'ws://127.0.0.1:8081/'
|
||||
|
||||
python3 main.py
|
||||
|
||||
4/
|
||||
|
||||
|
||||
|
||||
@ -152,8 +151,9 @@ pip3 install numpy
|
||||
|
||||
|
||||
for Websocket client :
|
||||
Download : https://files.pythonhosted.org/packages/8b/0f/52de51b9b450ed52694208ab952d5af6ebbcbce7f166a48784095d930d8c/websocket_client-0.57.0.tar.gz
|
||||
|
||||
Decompress
|
||||
Download .tar.gz file here : https://pypi.org/project/websocket_client/#files
|
||||
|
||||
Decompress (tar -xvf)
|
||||
|
||||
python3 setup.py install
|
||||
|
Loading…
Reference in New Issue
Block a user