Skip to content

A Data Router Using C++ Builder 6. Which contains a simulator and a master program. Simulator will send or receive data using serial port and tcp channel to the master. Master will receive data from simulator and peer master and router the message depends channel infomation including the message. Any message will be packed in a message with chan…

Notifications You must be signed in to change notification settings

vvvvcp/PrivateDataRouter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-----------------------
Simuator
-----------------------
Simuator is a program to send message as a testing way to check the 
communication line. The simulator can build mulitple devices to send 
message by serial port and TCP connection way. 

-----------------------
Master
-----------------------
Master is a program to receive multiple devices data from tcp or serial port and forward to other master by 3 channels building with them. Master will crate a message queue for every devices, the master will buffer every message receive from simulator or true device. Master will build 3 channels between master, all device message will package with source and destnation address before sending. The message will unpack in peer master program and dispatch to proper device mobule in master to send to device. 

About

A Data Router Using C++ Builder 6. Which contains a simulator and a master program. Simulator will send or receive data using serial port and tcp channel to the master. Master will receive data from simulator and peer master and router the message depends channel infomation including the message. Any message will be packed in a message with chan…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 56.6%
  • Pascal 42.3%
  • Other 1.1%