Click here to Skip to main content
15,886,806 members
Home / Discussions / C#
   

C#

 
QuestionSocket programming- Response to all client Pin
mohammadkaab12-Jan-13 7:36
mohammadkaab12-Jan-13 7:36 
AnswerRe: Socket programming- Response to all client Pin
pt140112-Jan-13 8:21
pt140112-Jan-13 8:21 
GeneralRe: Socket programming- Response to all client Pin
jschell14-Jan-13 8:26
jschell14-Jan-13 8:26 
GeneralRe: Socket programming- Response to all client Pin
pt140114-Jan-13 19:51
pt140114-Jan-13 19:51 
GeneralRe: Socket programming- Response to all client Pin
jschell16-Jan-13 8:53
jschell16-Jan-13 8:53 
GeneralRe: Socket programming- Response to all client Pin
mohammadkaab15-Jan-13 3:15
mohammadkaab15-Jan-13 3:15 
GeneralRe: Socket programming- Response to all client Pin
pt140115-Jan-13 4:01
pt140115-Jan-13 4:01 
GeneralRe: Socket programming- Response to all client Pin
mohammadkaab15-Jan-13 7:37
mohammadkaab15-Jan-13 7:37 
hi im sorry for bothering you with my stupid question .

Server :
C#
ZmqDealerSocket dealer = new ZmqDealerSocket();
            dealer.Bind("tcp://127.0.0.1:8000");

            ZmqPublishSocket publisher = new ZmqPublishSocket();
            publisher.Bind("tcp://127.0.0.1:8200");

Client_1 :
C#
ZmqDealerSocket dealer = new ZmqDealerSocket();
           dealer.Connect("tcp://127.0.0.1:8000");

           ZmqSubscribeSocket subscriber = new ZmqSubscribeSocket();
           subscriber.Connect("tcp://127.0.0.1:8200");

Client_2:
C#
ZmqDealerSocket dealer = new ZmqDealerSocket();
            dealer.Connect("tcp://127.0.0.1:8000");

            ZmqSubscribeSocket subscriber = new ZmqSubscribeSocket();
            subscriber.Connect("tcp://127.0.0.1:8200");


did i bind it right or ... Big Grin | :-D
GeneralRe: Socket programming- Response to all client Pin
pt140115-Jan-13 8:37
pt140115-Jan-13 8:37 
GeneralRe: Socket programming- Response to all client Pin
mohammadkaab16-Jan-13 1:38
mohammadkaab16-Jan-13 1:38 
GeneralRe: Socket programming- Response to all client Pin
pt140116-Jan-13 1:52
pt140116-Jan-13 1:52 
GeneralRe: Socket programming- Response to all client Pin
mohammadkaab16-Jan-13 6:14
mohammadkaab16-Jan-13 6:14 
GeneralRe: Socket programming- Response to all client Pin
pt140116-Jan-13 9:32
pt140116-Jan-13 9:32 
GeneralRe: Socket programming- Response to all client Pin
mohammadkaab16-Jan-13 10:17
mohammadkaab16-Jan-13 10:17 
GeneralRe: Socket programming- Response to all client Pin
mohammadkaab17-Jan-13 11:23
mohammadkaab17-Jan-13 11:23 
GeneralRe: Socket programming- Response to all client Pin
pt140117-Jan-13 19:30
pt140117-Jan-13 19:30 
GeneralRe: Socket programming- Response to all client Pin
mohammadkaab17-Jan-13 22:14
mohammadkaab17-Jan-13 22:14 
GeneralRe: Socket programming- Response to all client Pin
mohammadkaab19-Jan-13 7:36
mohammadkaab19-Jan-13 7:36 
GeneralRe: Socket programming- Response to all client Pin
pt140119-Jan-13 8:05
pt140119-Jan-13 8:05 
Questionerror An unhandled exception has occured (XAML Designer in wpf Pin
Mohamad Shahmardan12-Jan-13 3:10
Mohamad Shahmardan12-Jan-13 3:10 
AnswerRe: error An unhandled exception has occured (XAML Designer in wpf Pin
Thomas Daniels12-Jan-13 3:33
mentorThomas Daniels12-Jan-13 3:33 
GeneralRe: error An unhandled exception has occured (XAML Designer in wpf Pin
Mohamad Shahmardan16-Jan-13 3:40
Mohamad Shahmardan16-Jan-13 3:40 
GeneralRe: error An unhandled exception has occured (XAML Designer in wpf Pin
Thomas Daniels16-Jan-13 5:06
mentorThomas Daniels16-Jan-13 5:06 
Questioni cant fill table with data i pull from sql Pin
a1_shay12-Jan-13 0:23
a1_shay12-Jan-13 0:23 
AnswerRe: i cant fill table with data i pull from sql Pin
Richard MacCutchan12-Jan-13 3:38
mveRichard MacCutchan12-Jan-13 3:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.