Skip to content

NyxSpirit/BBB_Temperature_Monitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

BeagleBone Black Temperature Monitor

Final Project for Java 143

A working server/client program that uses a BeagleBone Black and TMP102 Temperature Sensor to read real-time temperature data and send that data over the internet.

The Server application runs on the BeagleBone Black and uses multiple threads to read the data, write to a log file, and send the data to the remote client.

The Client application receives the data sent from the Server application, allowing the user to view real-time temperature data remotely.

=============

The ability to graph a time chart displaying temperature versus time has not yet been implemented. Client/Server interaction works over the internet with port-forwarding.

*Dependencies: JFreeChart http://www.jfree.org/jfreechart/ for graphs.

About

Final Project for Java 143

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%