ElectronicLad

New Members
  • Posts

    2
  • Joined

  • Last visited

ElectronicLad's Achievements

New User

New User (1/3)

  1. I apologize about the missleading title, I forgot to change it and I am not sure how to do so now. I have created a c# app using the BTSync API, but I am unable to figure out how to implament this last feature. I have my main app that let's users share files with one another, but what happens if one of the users wants to share a file with someone that's not using app? I would also need a way to only share it with them for a cirtain amount of time. Is such a thing even possible? Sadly I am limited to only one post a day, but I would apprecaite any help I can get. Sorry if it takes me a day to get back to you.
  2. Hello, I am currently an intern at a software development compnay tasked with created a P2P based client using C#. I have does some research into this, and stumbled apon BTSync that way. I have just recieved my API key, and have already finished the front of the my client. All I need now is to figure out how to implement the the back-end. Being new to programming on this scale, I am at a bit of a lose as to how this is done, and I haven't found much documentation with step-by-step instructions on how to use this API. I have tried to use this (https://bitbucket.org/timothyp/arendee-btsynclib/wiki/Home), but I am unable to understand how to use it. It asks for a server for example, but I am unaware of a server address. Thank you in advance, Lad.