Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.23 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.23 KB

MultiSocketServer

Receive and sending data from server app to embedded IOT devices

Purpose:

Our company working on IOT devices for the manufactories. These devices is based on embedded electronic and communucation with local server via wifi. We need to testing device, with like a test automation systems.

What are program doing?

This program working as a server program, our devices connected to this program 200 IOT devices connected to the server its mean 200 opened 200 socket. Its sending and receiving messages concurrently, message is a command for the devices. Devices connecting to the server. Server sends Automaticly "PO"(read parametry) code to the devices. After that devices sends information to the server after PO code

TCP/IP (Transmission Control Protocol (TCP) and the Internet Protocol (IP)) used for communucation

Tested with HERCULES

TEST - 1 :

test1

TEST - 2 :

test 2