I've been writing a program in Java that is really just a robust front end for the use of GitHiub Gists, providing a nice interface for developers to organize, maintain and access code snippets that we tend to need from time to time in our different projects.
One of the features of the program is the ability for people to share their Gists with others who use the program over a LAN or over the Internet. The program just basically serializes a Java class and encrypts it then wraps it into a UDP datastream and sends it over to another user.
So I decided to implement UPNP...
Comment