This is a LED Rollsign controller made in Python. It uses a REST API to control it
requests.get(BASE + "SetRollsign", json={"Train": "TX3000", "Mode": "Normal", "Type": "Local", "Dest": "Tsukuba"})
{
"Message": "Rollsign set",
"Args": {
"Mode": "Normal",
"Train": "TX3000",
"Type": "Local",
"Dest": "Tsukuba",
"Line": None,
"TypeChange": None,
"Next": None,
"StopsAt": None
}
}
- Base system
- Add Seibu Laview support
- Add E233 support
- Add scrolling text support
- Implement OTMS-Client