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
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ a html page can read this data and act on them.
5
5
6
6
The project is written in PHP and consists of two separate programs:
7
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.
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
10
11
11
# Installation
12
12
13
-
You need to have php installed (preferrably 7.0+) and composer installed. Then run `composer install` to download all the dependencies.
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