Store and access data published by OwnTracks apps
Go to file
2015-08-16 11:32:54 +02:00
.gitignore not config.mk 2015-08-15 12:50:37 +02:00
base64.c Initial import 2015-08-14 18:40:35 +02:00
base64.h Initial import 2015-08-14 18:40:35 +02:00
config.h New config.mk and Makefile 2015-08-15 12:50:16 +02:00
config.mk New config.mk and Makefile 2015-08-15 12:50:16 +02:00
file.c juggle includes 2015-08-15 12:41:22 +02:00
file.h Initial import 2015-08-14 18:40:35 +02:00
geo.c silence return debug 2015-08-15 09:09:51 +02:00
geo.h Initial import 2015-08-14 18:40:35 +02:00
geohash.c Initial import 2015-08-14 18:40:35 +02:00
geohash.h Initial import 2015-08-14 18:40:35 +02:00
ghash.c Add monitor hook (Redis and files) 2015-08-15 13:18:27 +02:00
ghash.h Initial import 2015-08-14 18:40:35 +02:00
jget.h Initial import 2015-08-14 18:40:35 +02:00
json.c Initial import 2015-08-14 18:40:35 +02:00
json.h Initial import 2015-08-14 18:40:35 +02:00
LICENSE Addd LICENCEs 2015-08-15 07:54:47 +02:00
Makefile use safewrite() for monitor hook file so that it cannot disappear temporarily 2015-08-15 16:27:19 +02:00
misc.c use safewrite() for monitor hook file so that it cannot disappear temporarily 2015-08-15 16:27:19 +02:00
misc.h Add monitor hook (Redis and files) 2015-08-15 13:18:27 +02:00
mkpath.c Initial import 2015-08-14 18:40:35 +02:00
ot-recorder.c Normalize tst, lat, lon to numbers if incoming JSON contains strings 2015-08-16 11:32:54 +02:00
README.md New config.mk and Makefile 2015-08-15 12:50:16 +02:00
safewrite.c Initial import 2015-08-14 18:40:35 +02:00
safewrite.h use safewrite() for monitor hook file so that it cannot disappear temporarily 2015-08-15 16:27:19 +02:00
udata.h add udata to monitor hook 2015-08-15 10:46:46 +02:00
utarray.h Initial import 2015-08-14 18:40:35 +02:00
utstring.h Initial import 2015-08-14 18:40:35 +02:00

recorder

Recorder

Requirements

  • hiredis unless HAVE_REDIS is false.

Installation

  1. Edit config.h
  2. Edit config.mk and select features
  3. Type make