cu-ecen-aeld / final-project-atharvdesai1996

final-project-atharvdesai1996 created by GitHub Classroom
0 stars 0 forks source link

Designing a Logging System on BeagleBone Client with Timestamps #9

Closed atharvdesai1996 closed 4 years ago

atharvdesai1996 commented 4 years ago

ToDo: Designing a Logging System on BeagleBone Client with Timestamps

DoD: The sensor data received from the BeagleBone Server should be logged by client by storing it in file with timestamps

aakshajaywant commented 4 years ago

### Features

1) Beaglebone client is now able to receive data from the beaglebone server.

2) This data is getting logged in /tmp/temperature and /tmp/ultrasonic with timestamps

3) Also, I'm printing the received sensor data mapped to its timestamp on the Buildroot Terminal

aakshajaywant commented 4 years ago

### LOG Files for Temperature and Ultrasonic Sensor

Below output shows the readings from the server: 1) Temperature values received from the server with timestamps

logtemperature

2) Ultrasonic values received from the server with timestamps

logultrasonic

aakshajaywant commented 4 years ago

### Printing on the Terminal with Timestamp Mapping

Also, I printed the Temperature and Fingerprint values on the Buildroot Terminal

logfpmes_uwork_prt1

Code Link