| | 94 | |
| | 95 | == Weight Server -- Network Access == |
| | 96 | |
| | 97 | The 825 weight server feature allows remote control operations to be performed via a network connection. The weight server also allows weight data to be accessed via a network connection. The weight data may be accessed using SMA commands such as "<LF>W<CR>" from a client to request the weight or the legacy CTRL-E request for 738 computer format data. This also network access to the 825 from various software such as Cardinal WinVRS or Cardinal WinDDE. |
| | 98 | |
| | 99 | == Network Programming == |
| | 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. |
| | 102 | |
| | 103 | === 825 TCP/IP Server Example === |
| | 104 | |
| | 105 | {{{ |
| | 106 | // TCP/IP Server Example |
| | 107 | }}} |
| | 108 | |
| | 109 | === 825 TCP/IP Client Example === |
| | 110 | |
| | 111 | {{{ |
| | 112 | // TCP/IP Client Example |
| | 113 | }}} |
| | 114 | |
| | 115 | |
| | 116 | |
| | 117 | |