Hi everyone,
I started a c++ reference implementation of some of the camlistore services and have some questions on the protocol and expected features.
The project code is all on GitHub, licensed under the MIT:
https://github.com/ngerakines/camlisppI'm comfortable with both perl, go and python, but am having a hard time find a solid feature list for the blob service. Other than the blob related docs folder within the main repo, is there anything that describes the expected features of a blob storage daemon? I ask this with the end-goal of being able to have the go/python impl connect with and sync to the c++ one without any issues or hiccups.
# Nick Gerakines