Skip to content

anasabk/UDP-Sensor-Data-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UDP Sensor Data Server

This is a UDP server application with a simple shell interface, written in the Spring Framework. The server uses PostgreSQL as the database system.

The server receives a string containing readings of an MPU6050 sensor sent from a UDP client. The data in the string is parsed into 6 fields:

  • Data ID.
  • Sending Time.
  • Acceleration along X axis.
  • Rotation speed around X axis.
  • Acceleration along Y axis.
  • Rotation speed around Y axis.
  • Acceleration along Z axis.
  • Rotation speed around Z axis.
  • Temperature.

The following commands are supported:

  • export: exports the data in the database to a .xlsx file.
  • clear-data: clear the database.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages