-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sensibility needs a Python JSON parser #7
Comments
The current fix is that Python's (I think that in the future, the actual sensor calls will become part of the SensibilityTestbed Repy API.) |
I would be fine with the sensor calls being implemented in a security layer On Mon, May 18, 2015 at 10:47 AM, aaaaalbert notifications@github.com
|
@JustinCappos, a usability side note: Unless implemented via SeattleTestbed/nodemanager#89 / SeattleTestbed/repy_v2#3, using security layers for adding sensors isn't a very user-friendly way to add calls to the API, as witnessed by our GPS blurring experiments:
|
Currently we import lots of built ins in repy.py. We need to code our own or reuse other people's Python JSON parser to process returned sensor data.
The text was updated successfully, but these errors were encountered: