LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   communication library for linux and windows (https://www.linuxquestions.org/questions/programming-9/communication-library-for-linux-and-windows-288553/)

jwstric2 02-10-2005 11:28 AM

communication library for linux and windows
 
I was just looking around and seeing if anyone knew of a communication lib available to both windows and linux that is pretty platform dependant. I though ONC RPC was at first, but apparently there is no free portmapper or implementation for windows.

I need somthing to pass requests and parameter by, possibly with some built in security and broadcasting

Thanks

sigsegv 02-10-2005 01:48 PM

Um, IP sockets?

Forgive me if I'm missing the point.

jwstric2 02-10-2005 03:26 PM

Not missing the point too much, but I do not really want to write a remote procedural library from scratch. What I was thinking was something very similar to ONC RPC but perhaps without the portmapper or if someone has a version of portmapper than runs of windows that would be awesome.

Tinkster 02-10-2005 05:20 PM

Re: communication library for linux and windows
 
Quote:

Originally posted by jwstric2
I was just looking around and seeing if anyone knew of a communication lib available to both windows and linux that is pretty platform dependant. I though ONC RPC was at first, but apparently there is no free portmapper or implementation for windows.

I need somthing to pass requests and parameter by, possibly with some built in security and broadcasting

Thanks

Not quite sure what functionality you're after, but
Qt has quite a few network functions available, and
one can get it for windohs and linux.

And have a look on freshmeat ...
http://freshmeat.net/search/?q=netwo...&Go.x=0&Go.y=0


Cheers,
Tink


All times are GMT -5. The time now is 05:56 AM.