Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jyelewis/arduino-tcp-contol
Legacy: Migrated from private git server in 2015
https://github.com/jyelewis/arduino-tcp-contol
Last synced: about 1 month ago
JSON representation
Legacy: Migrated from private git server in 2015
- Host: GitHub
- URL: https://github.com/jyelewis/arduino-tcp-contol
- Owner: jyelewis
- Created: 2015-01-19T07:15:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-22T09:54:04.000Z (almost 10 years ago)
- Last Synced: 2024-10-15T22:13:43.599Z (3 months ago)
- Language: Python
- Homepage:
- Size: 1.22 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arduino-TCP-Contol
Includes a node.js script which proxies a websocket to a TCP socket and a python script which connects to this TCP socket and relays messages via serial# Usage
Run app.js on a machine you can access with a web browser and remotely from the python script
fill out the server and serial port variables in client/listener.py on the machine connected to the arduino and run with python2
Access the web interface by on the server (default port is 8888) and tap buttons to send messages to the arduino via serialThe buttons and messages can be changed within the HTML document /resources/index.html