Hello Brian,
You can start with one server and one client on each side.
If privacy is not a concern for your application, you don't need to
encrypt the data over SSL.
The easiest to use is a basic LineReceiver and a line sender. Next,
you can use JSON if you want to send more than text.
Look at th
On Apr 7, 2010, at 6:35 PM, Reza Lotun wrote:
> Here's one of many solutions: get one or more publicly available
> servers, and stick some XMPP software (twisted.words, Punjab,
> ejabberd, whatever). Turn on SSL. Now you have a secure, centralized
> communications system.
Another solution, if yo