- How does CafeAgent communicate with CafeStation?
- What TCP / IP ports are used?
- What about data transmission encoding?
- How does CafeAgent communicate with CafeStation?
CafeAgent
keeps direct connection with CafeStation using TCP/IP protocol. Program
takes up two free ports. CafeAgent accepts connections only from the
main server to prevent controlling cafe from outside.
- What TCP / IP ports are used?
By default settings, ports are 7777 and 7778, but it can be changed to any other empty ports. [see: screenshots]
All
connection data is dynamically encoded and additionally protected by
password so that the data sequences are always different. |