You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are some very simple tools to proxy data from a serial port on windows (COM) to a WebSocket so that
4
+
a html page can read this data and act on them.
5
+
6
+
The project is written in PHP and consists of two separate programs:
7
+
8
+
`com2ip` - connects to a COM port and forwards the data to a local TCP port
9
+
`ip2web` - Acts as the server. Establishes listening ports for the raw TCP port and a WebSocket server. This should be started first before anything else.
10
+
11
+
# Installation
12
+
13
+
You need to have php installed (preferrably 7.0+) and composer installed. Then run `composer install` to download all the dependencies.
0 commit comments