Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 serial

The buttons and messages can be changed within the HTML document /resources/index.html