Shani, I know nothing about JADE but your command still wrong. Please also check the docs, your message has a space in it when it should not. Try something like:
open socket to "127.0.0.1:6800" with message "serverconnected" Cheers andre On Tue, Mar 30, 2010 at 7:23 PM, Shani <[email protected]> wrote: > open socket to ("127.0.0.1" & : & (6800)) with message "Server connected" > > is this is rihght code for rev and what about in JADE? > > Regards, > SHani > > On Tue, Mar 30, 2010 at 3:08 PM, Andre Garzia <[email protected]> > wrote: > > > Shani, > > > > check out the documentation built-in with Rev. > > > > open socket expect and IP or server name, unless filename is a machine on > > your network, that code is wrong. Also what is that # symbol doing there? > > > > Om shanti > > andre > > > > On Mon, Mar 29, 2010 at 11:46 PM, Shani <[email protected]> wrote: > > > > > Hi, > > > I want to communicate with Other program Client (JAVA or JADE) from > > RevTalk > > > through Socket. > > > > > > open socket to ("filename " & : & (port#)) with message "Server > > > connected" > > > > > > ## http://docs.runrev.com/Command/open-socket > > > > > > what i give command on client side. > > > > > > Regards, > > > SHANI > > > _______________________________________________ > > > use-revolution mailing list > > > [email protected] > > > Please visit this url to subscribe, unsubscribe and manage your > > > subscription preferences: > > > http://lists.runrev.com/mailman/listinfo/use-revolution > > > > > > > > > > > -- > > http://www.andregarzia.com All We Do Is Code. > > _______________________________________________ > > use-revolution mailing list > > [email protected] > > Please visit this url to subscribe, unsubscribe and manage your > > subscription preferences: > > http://lists.runrev.com/mailman/listinfo/use-revolution > > > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > -- http://www.andregarzia.com All We Do Is Code. _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
