serhatmazlum / MultiSocketServer

Receive and sending data from server app to embedded IOT devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Receive and sending data from server app to embedded IOT devices


Languages

Language:Python 100.0%