<div>Thanks Jason,</div><div><br></div>Okay, lets say that two users are using this hypothetical application. Each user has some files on his/her system that were installed locally (as part of the installation or from disk or whatever). Lets assume that both users have the same files for the sake of this discussion. The application stores some unique identifiers for each of these files. From a high level point of view I would like the users to be able to send a list of identifiers to another user of the system over the internet to indicate which documents to view and in what order. There may also be some additional textual data involved to represent segues between the files to be viewed.<div>
<br></div><div>Being new to network programming I am not sure what the simplest way is to accomplish the task. The nature of the data being communicated is not confidential but I would like to be reasonably sure that the data is being generated and sent from the application and user in question.</div>
<div><br></div><div>How will users identify themselves to others for communication. I would like a user to be able to tell another user what his &quot;address&quot; is and have that user be able to enter that address into the application and use it whenever he wishes to send that particular user a sequence of id&#39;s and text to be parsed by the application.</div>
<div><br></div><div>I suppose the application will be acting as both server and client. Any thoughts?</div><div><br></div><div>Thanks again</div><div><br></div><div>Brian<br><div><br></div><div><br><div><br><br><div class="gmail_quote">
On Wed, Apr 7, 2010 at 4:53 PM, Jason J. W. Williams <span dir="ltr">&lt;<a href="mailto:jasonjwwilliams@gmail.com">jasonjwwilliams@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I think you need to define your application functionality a little<br>
more. You could be describing anything from a web app that implements<br>
a pasteboard, to a web service shuffling JSON objects around or<br>
anything in between.<br>
<br>
-J<br>
<div><div></div><div class="h5"><br>
On Wed, Apr 7, 2010 at 2:36 PM, Brian Duffy &lt;<a href="mailto:brduffy@gmail.com">brduffy@gmail.com</a>&gt; wrote:<br>
&gt; I have been wondering how I could develop a python application which would<br>
&gt; make it easy for users of this application to share small amounts of textual<br>
&gt; information over the Internet.<br>
&gt; The information is not confidential but I would like to ensure that it is<br>
&gt; coming from and generated by the application in question using ssl. I want<br>
&gt; it to be easy for users of the application to identify and communicate with<br>
&gt; other users of the application.<br>
&gt; What type of network am I talking about here? I have plenty of programming<br>
&gt; experience, but not much network programming experience. Any advice would be<br>
&gt; appreciated.<br>
&gt; thanks<br>
&gt; Brian Duffy<br>
&gt;<br>
&gt; --<br>
&gt; Duff<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Twisted-Python mailing list<br>
&gt; <a href="mailto:Twisted-Python@twistedmatrix.com">Twisted-Python@twistedmatrix.com</a><br>
&gt; <a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python" target="_blank">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python</a><br>
&gt;<br>
&gt;<br>
<br>
_______________________________________________<br>
Twisted-Python mailing list<br>
<a href="mailto:Twisted-Python@twistedmatrix.com">Twisted-Python@twistedmatrix.com</a><br>
<a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python" target="_blank">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Duff<br>
</div></div></div>