Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Latest commit

History

History

pollinator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

README.md

Pollinator

Pollinator ('po-l@-,na-t@r) is a server for polling IRIS devices. It is in the early stages of development, and only supports these protocols:

  • RTMS Echo

Install

First, install the current stable Rust.

Then, build pollinator:

git clone https://github.com/mnit-rtmc/iris.git
cd iris/pollinator/
cargo build --release

Then, as root:

cp ./target/release/pollinator /usr/local/bin
cp pollinator.service /etc/systemd/system
systemctl enable pollinator.service
systemctl start pollinator.service