martinriedel / syncthing.net

Syncthing API toolkit for .NET
MIT License
1 stars 1 forks source link

Questions #1

Closed jwillmer closed 3 years ago

jwillmer commented 3 years ago

I see the repo is pretty new so I think I had some luck. I was about to evaluate if I will build my own SDK for syncthing. Thank you for your work!

Two questions about your code:

martinriedel commented 3 years ago

I was in the same situation like you just a few days ago. At the moment I only started with very basic features. But my plan ist to be feature complete in a few weeks because I something like an SDK for my work.

jwillmer commented 3 years ago

Have a look into https://github.com/canton7/SyncTrayzor/tree/master/src/SyncTrayzor/Syncthing

They basically also have created a .NET SDK. Would have been my first place to start with 😃

martinriedel commented 3 years ago

You are right :) but I wanted to try (and learn) this by my own. The SyncTrayzor implementation should work better for the moment.