Changes between Version 21 and Version 22 of Docs/Prog/Manual/DeviceSupport/Network


Ignore:
Timestamp:
09/04/19 10:13:00 (5 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/DeviceSupport/Network

    v21 v22  
    9999== Network Programming ==
    100100
    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.
     101Programs 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
     102from clients. This is similar to the 825 weight server.
     103
     104The 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.
    102105
    103106=== 825 TCP/IP Server Example ===