LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   refb protocol socket (https://www.linuxquestions.org/questions/programming-9/refb-protocol-socket-216137/)

Noems 08-11-2004 05:25 AM

refb protocol socket
 
Hi! i´m trying to implement some (client/server) socket's, using the rfb protocolin, in C.

still my investigations on the web were unsuccessfull.

can someone give some guidance? is there the possibility to use also the ipv6 protocol?

thnx anyone

infamous41md 08-11-2004 01:08 PM

i don't know about refb, but as long as your kernel was compiled with ipv6 report, u can use it. just call socket(AF_INET6,..

Noems 08-11-2004 01:31 PM

thnx for replaying! already did a socket client/server that trades some stardad messages in ipv6.

but would like to implement the rfb/vnc protocol..

can you help me please?

thnx

infamous41md 08-11-2004 01:36 PM

what exactly do you want me to do? i said i've never heard of it, so any advice i could give would require me to first read the entire protocol. and unless your paying, it's not happening.

Noems 08-11-2004 01:50 PM

ok!! got it..

the thing is that the RFB protocol is the basis of another that its called the VNC protocol..

what they do:

imagine there's a server and a client. so what apears on the screen of both terminals is the group of actions that the server takes.

however, if the client want's to act it has to have the server permission.

try: http://www.realvnc.com

this is used on the videoconferencing applications.


know i'm trying to implement a similar application but from the start. From the basis, from the sockets


and using the ipv6 protocol ipv6

hope you're cleared..


now i ask can u help me?

infamous41md 08-11-2004 03:01 PM

lol i don't understand WHAT it is u want??? what do you need help with?? be specific.

Noems 08-12-2004 04:28 AM

ok..

the thing is that i go a code of 2 sockets (a client /server) on ipv6. what i wan to do is change them so the 2 terminals can interact with weachether like its was a chat aplication..

is it clear now? Sorry if it isn't.

thnx

infamous41md 08-12-2004 12:44 PM

ehh no. u want to make a chat application? then make one. where are u stuck?

Noems 08-16-2004 09:17 AM

well, after reconsidering i changed my mind about the chat subject..

is there a way to create a socket that is used only to listen what happens on the network?


thanx

infamous41md 08-16-2004 12:15 PM

google raw sockets, and packet sockets.


All times are GMT -5. The time now is 06:49 AM.