Skip to content

Simple web + rest server to provide data from templogger

License

Notifications You must be signed in to change notification settings

perolo/tempserver

Repository files navigation

tempserver

Simple web + rest server to provide data from templogger: https://github.com/perolo/templogger

How to use

Reads a properties file tempserver.properties, override with --prop filename.properties

  • dbfile - string: Name and path to sqlite file database
  • port - string: Port number

Build

go build tempserver.go

Start

nohup ./tempserver &

API:s

Retrieve the 50 items in database starting from {id}

Retrieve the last 10 items in database

Terminate server

Using TempToExcel

Provides a way to retrieve data through rest API and present data in Excelsheet: https://github.com/perolo/temptoexcel

Gui graphs very rudimetal - work remains...

About

Simple web + rest server to provide data from templogger

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages