Skip to content

Forwards sensor data emitted by RuuviTag devices to other programs

Notifications You must be signed in to change notification settings

vanhanenjjv/ruuvi-tag-listener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RuuviTag Listener Build

A small program to listen for RuuviTag sensor data. It doesn't do anything fancy with the data and instead uses a Unix domain socket to forward it to other programs to be processed further.

Usage

The program takes one parameter which is the path where the socket is bound to.

./ruuvi-tag-listener <PATH>

To test that the program works you can use the netcat (nc) utility to receive sensor data from the socket.

nc -U <PATH>

It should output lines of text that are not human readable.

About

Forwards sensor data emitted by RuuviTag devices to other programs

Topics

Resources

Stars

Watchers

Forks