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
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
cp pollinator.service /etc/systemd/system
systemctl enable pollinator.service
systemctl start pollinator.service