I have been trying to run the basic luminaire example (on branch 2.0) on Raspberry Pi but haven't been successful yet. Things that I've found so far:
-
The Readme is suggesting installing "Mongo C driver V1.7.0", yet the code is using mongoc_collection_insert_one() which doesn't exist in V1.7.0 (here). So I built and installed V1.13.0 to be able to make the mud-manager.
-
There are a few bracket mismatch in luminaire_conf.json which causes the mud_manager -f ./luminaire_conf.json to raise error. Does it mean the luminaire example isn't tested in the stable release?
Thanks,
EDIT:
- Another minor issue in the documentation:
/usr/local/etc/mud_manager_config.json is changed to /usr/local/etc/mud_manager_conf.json apparently and should be updated in the documentation.
EDIT 2:
Would you accept a pull request on the stable release if I fix these and submit the PR?
I have been trying to run the basic luminaire example (on branch 2.0) on Raspberry Pi but haven't been successful yet. Things that I've found so far:
The Readme is suggesting installing "Mongo C driver V1.7.0", yet the code is using
mongoc_collection_insert_one()which doesn't exist in V1.7.0 (here). So I built and installed V1.13.0 to be able to make the mud-manager.There are a few bracket mismatch in
luminaire_conf.jsonwhich causes themud_manager -f ./luminaire_conf.jsonto raise error. Does it mean the luminaire example isn't tested in the stable release?Thanks,
EDIT:
/usr/local/etc/mud_manager_config.jsonis changed to/usr/local/etc/mud_manager_conf.jsonapparently and should be updated in the documentation.EDIT 2:
Would you accept a pull request on the stable release if I fix these and submit the PR?