Page 1 of 1

Python Client API

Posted: 31 Aug 2011, 05:57
by chirhotec
Is there a python client API for SmartFox? If not, could the server side extensions be used for creating small clients?

My use case is this: I'm building interactive flash / unity clients for educational games. These games will be based on data coming in from various live sensors spread across multiple locations. I imagined these sensors to be one type of client, connecting to the server and submitting their data. These sensors already have a python code base that reads and parses the sensor data (but currently just displays them to a small gui). The flash / unity applications would be a second type of client which would be able to access (read-only) the sensor data.

Is this feasible with Smart Fox Server?