jak103 / powerscore

MIT License
3 stars 4 forks source link

Create a simulation to demonstrate reading data from the ISC 9000 #16

Closed Potato-Man114 closed 5 months ago

Potato-Man114 commented 6 months ago

Jacob already created some code in the backend directory that can read signals from the ISC device. Create an automated simulation in Go that demonstrates ingesting that data and updating the live web pages (both scorekeeper and live game pages).

Potato-Man114 commented 5 months ago

I've been working on this ticket. I won't have something demonstratable today, but I'll have it done soon. Dealing with serial ports is more of a struggle than I had hoped.

jebidiah252 commented 5 months ago

I've been working on this ticket. I won't have something demonstratable today, but I'll have it done soon. Dealing with serial ports is more of a struggle than I had hoped.

Sounds good. Hopefully I can get you some data for this and #6.

Potato-Man114 commented 5 months ago

@jebidiah252 There is data at https://github.com/jak103/powerscore/blob/main/backend/output.txt that I have been able to use. Though it it is not a lot of data, I am not blocked. I'm working on documenting the data format so that we can create custom data from scratch to test with if need be.