Skip to content

Allenci/Python-TCP-UDP-Listener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-TCP-UDP-Listener

Listen TCP or UDP data stream, parsing JSON data and insert into MySQL

Input Example (JSON)

{ "Serial": "A08888", "Data": [ { "ID":"01", "value":[ "0011", "0011", "0011", "1", "1" ] }, { "ID": "02", "value": [ "0022", "0022", "0022", "2", "2" ] } . . . ] }

About

Listen TCP or UDP data stream, parsing JSON data and insert into MySQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages