Hey!
There is a estimative about the counter module working on windows or android?
Maybe I’ll need to implement a simple counter at one of my displays.
The counter module is Just available to Linux clients, so I’m trying a way around using PHP.
The xibo layout will call a PHP that consults a DB for the last record. But to update this value on the display, i’ll need to refresh this PHP page every 3 seconds.
The DB will remain in localhost.
The counter will share space on the layout with regions with another contents.
My question is about the behaviour of this system, this constant consulting to the DB and the constant refresh on Xibo Layout. Could it cause me any problem?