Changes between Version 21 and Version 22 of Docs/Prog/Manual/DeviceSupport/Network
- Timestamp:
- 09/04/19 10:13:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/DeviceSupport/Network
v21 v22 99 99 == Network Programming == 100 100 101 Programs may be written utilizing many of the common Linux network libraries. Programs may be written to act as a TCP/IP server waiting for connections from clients. This is similar to the 825 weight server. 101 Programs may be written utilizing many of the common Linux network libraries. Programs may be written to act as a TCP/IP server waiting for connections 102 from clients. This is similar to the 825 weight server. 103 104 The below example is helpful for learning the client/server programming. For most 825 apps it is recommended to use the CComm class provided in lib825ev instead. 102 105 103 106 === 825 TCP/IP Server Example ===