Re: p2p source code
- Posted by "Mike Sabal" <Sabal.Mike at notations.com> Nov 22, 2004
- 552 views
>>>mad-dog at rogers.com 11/20 7:14 pm >>> thanks in advance. My intention on P2P project is not another file sharing but rather a streaming live feed data sharing, for stock quotes from pc to pc, hopeful the method minimize downtime possibility and help users obtain real time data for free. Do you think it possible to code such program with euphoria? I asking this because one of my friend told me euphoria is multi-platform. ------------------- For what you're trying to do, it seems you may be better off doing client / server. There are a number of socket libraries in the archives, as well as a handful of example apps for POP3 and HTTP. Euphoria is multi-platform to a degree: Windows / DOS / Linux / FreeBSD. I haven't heard any word if the Linux or FreeBSD versions run under Mac OS-X. Let me know how your project is coming. Another thought is to only program the client, have a list of RSS sites that carry the same data for redundancy, and parse the data out of the RSS feed to display. Michael J. Sabal