Skip to content

OSC server that writes messages to influx server running on the same machine.

Notifications You must be signed in to change notification settings

ArT-Programming/OSCtoInfluxDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSCtoInfluxDB

OSC server that writes messages to influx server running on the same machine.

influxdb

docker run --rm influxdb influxd config > influxdb.conf

//Edit udp section in file

docker run -d --name=influxdb -p 8086:8086 -p 8089:8089/udp -v $PWD\influxdb.conf:/etc/influxdb/influxdb.conf:ro influxdb -config /etc/influxdb/influxdb.conf

grafana

docker run -d --name=grafana -p 3000:3000 grafana/grafana --link influxdb

About

OSC server that writes messages to influx server running on the same machine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages