Nico Rutishauser
Nico Rutishauser
Actually, it's not a pure REST API since we need server pushes. This can either be realized over Websockets or Server Sent Events. One implementation supporting our requirements would be...
@harkous Did you make some progress with the REST API? What's the current status?
Hi @raman-hike Thanks for your interest in Hive2Hive. The goal of a REST-Interface is to decouple a possible UI from the Hive2Hive core. Currently it's only possible to write a...
Hi @Liloveyang Thanks for your suggestion. What was the detail message of the exception? As a SecurityException can be raised for many reasons, it belongs to the runtime exceptions (unchecked)....
Hive2Hive currently supports the following notifications: - A file is added remotely - A file is update remotely - A file is deleted remotely - A file is moved remotely...
> A file is recovered remotey Since a recovered file is not automatically uploaded, it's not a new event. Recovering happens at the client only. He can then decide what...
Addition on the description above: The initial peer pushes the file configuration into the DHT, protected with a private key which needs to be provided (key can also be stored...
@rodneyrod That's a great idea. In the beginning, we thought of a distributed CalDav / CardDav implementation, too, but had not enough resources to go deeper in this topic. Would...
@rodneyrod Yes, that's all possible. Hive2Hive supports versioning as well as sharing (read-only or write). In addition, there is currently lot of work done in the underlying TomP2P project for...
Ideas given by Giovanni (email): > Suggestion for Developers of Hive2Hive > > Hive2Hive synchronization might want to include the additional function of adding a video messaging system using the...