Skip to content

Nik-Streicher/Weather-sensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather sensor

REST application, developed in the course.

Program for processing data from a weather sensor. The Sample program registers a new sensor in the database, and sends 1000 posts.

Usage

Registration of the new sensor
POST /sensors/registration

Adding measurements
POST /measurements/add

Viewing all measurements
GET /measurements

Viewing count of rainy days
GET /measurements/rainyDaysCount

For run Sample, compile and run Main.java in consumer package.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages