Skip to content

Code supporting redundant links by allowing telemetry to be sent to the ground segment over an IP network.

Notifications You must be signed in to change notification settings

odeke-em/telemetry-over-wifi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telemetry-over-wifi

Code supporting redundant links by allowing telemetry to be sent to the

ground segment over an IP network.

Currently configured to get data from a client and push it upstream to a server

** [ by default via UDP, easily configurable for TCP ].

Usage

make && cd exec

To spawn the server:
  ./server <port> <inDataStoragePath>

To spawn the client:
  ./client <targetHostName> <port> <serialdevice> <baudrate> [<dataSourcePath> eg /dev/ttyO3]

  Note: <baudrate> is an unsigned integer value eg 56700

File organization / Hierarchy

  • All header files [*.h] are in directory include/

  • All source files [*.c] are in directory src/

  • All executables created after running 'make' will be in directory exec/

  • Sample logs are in directory logs/

About

Code supporting redundant links by allowing telemetry to be sent to the ground segment over an IP network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 83.7%
  • C++ 12.2%
  • Makefile 4.1%