Skip to content

Commit e77a7e0

Browse files
committed
update version
1 parent c02facd commit e77a7e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=ArduinoSerialToTCPBridgeClient
2-
version=1.0.0
2+
version=1.0.1
33
author=Roan Brand <brandroan@gmail.com>
44
maintainer=Roan Brand <brandroan@gmail.com>
5-
sentence=Open a TCP connection to a server from the Arduino using just serial. (No shields or network HW)
6-
paragraph=INSTALL DEPENDENCIES! The Protocol Gateway service runs on the host, listens on a COM port connected to the Arduino, and opens TCP connections on behalf of the Protocol Client runnning on the Arduino, forwarding traffic bi-directionally. The protocol provides the app an in order, duplicates free and error checked byte stream by adding a CRC32 and simple retry mechanism.
5+
sentence=Open a TCP connection to a server from the Arduino using just serial. (No Ethernet/WiFi shields necessary)
6+
paragraph=Quickly communicate with other servers and make network apps using minimal hardware. INSTALL DEPENDENCIES! The Protocol Gateway service runs on the host, listens on a COM port connected to the Arduino, and opens TCP connections on behalf of the Protocol Client runnning on the Arduino, forwarding traffic bi-directionally. The protocol provides the app an in order, duplicates free and error checked byte stream by adding a CRC32 and simple retry mechanism.
77
category=Communication
88
url=https://github.com/RoanBrand/ArduinoSerialToTCPBridgeClient
99
architectures=*

0 commit comments

Comments
 (0)