Difference between revisions of "WorkMan HVS - IP Protocol"
From WorkManSoft Wiki
Jump to navigationJump to search (Created page with "== About == This protocol is our own protocol and can be used if no other protocol is in place. The protocol works over TCP/IP and is linebased with CR+LF (#13#10) as a end of ...") |
(→About) |
||
Line 3: | Line 3: | ||
This protocol is our own protocol and can be used if no other protocol is in place. | This protocol is our own protocol and can be used if no other protocol is in place. | ||
− | The protocol works over TCP/IP and is linebased with CR+LF (#13#10) as a end of command terminator. The second parameter is always a sequencenumber | + | The protocol works over TCP/IP and is linebased with CR+LF (#13#10) as a end of command terminator. The second parameter is always a sequencenumber. |
+ | WorkMan HVS can work both as a client and as a server. | ||
== List over commands == | == List over commands == |
Revision as of 12:34, 3 June 2012
About
This protocol is our own protocol and can be used if no other protocol is in place.
The protocol works over TCP/IP and is linebased with CR+LF (#13#10) as a end of command terminator. The second parameter is always a sequencenumber. WorkMan HVS can work both as a client and as a server.
List over commands
Welcome
Command | WELCOME |
Direction | HVS to HS |
Structure | WELCOME; |
Response | none |
Example sender | WELCOME;1 |
Example response | |
About | Sends a welcome from the HVS server to connecting client. |