bluefootedtiming / Runway

Connect RFID tag readers to RunScore
MIT License
2 stars 1 forks source link

Enable LLRP Communication with ALR-9900+ #4

Closed vdandie closed 7 years ago

vdandie commented 7 years ago

Try to get the ALR-9900+ to use LLRP and communicate with it

vdandie commented 7 years ago

Using telnet commands, I don't think the ALR-9900+ will let me enable LLRP mode. Here's an example of the dialogue:

alien> service llrp enable
service llrp enable
alien> service llrp start
service llrp start

What's expected is that the ALR will respond with information of how it's running, however it seems to just echo the command I give it.

Attempting to connect to :5084 (default LLRP port) after entering the above LLRP commands does nothing

vdandie commented 7 years ago

Giving up on this for now since it doesn't seem like ALR-9900+ telnet commands will give me anything useful.