473,396 Members | 1,935 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

LAN Chating

HI folks,

So, I have a small netowork at my home, and would be usefull if I had a
INstant Messenger, but that just works on LANs, something like "net send"
command used to be, however it could send messages to any computer.

I've been searching about it, but I do know where to start!, i say using
messaging, net.sockets, but I do not Know which is the best for this occasion.

Any comments would be very helpful,

Thanks in advance
Nov 21 '05 #1
5 1128
Download the SDK for RTC ( real time communications ) see this lab I wrote
for a VideoPhone, this will give you a few pointers to start with.

http://www.learn247.net/werock247/labs/rtc/vb/index.htm

HTH

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing

"ltt19" <lt***@discussions.microsoft.com> wrote in message
news:58**********************************@microsof t.com...
HI folks,

So, I have a small netowork at my home, and would be usefull if I had a
INstant Messenger, but that just works on LANs, something like "net send"
command used to be, however it could send messages to any computer.

I've been searching about it, but I do know where to start!, i say using
messaging, net.sockets, but I do not Know which is the best for this occasion.
Any comments would be very helpful,

Thanks in advance

Nov 21 '05 #2
Hi,

http://msdn.microsoft.com/msdnmag/is...s/default.aspx

Ken
-------------------
"ltt19" <lt***@discussions.microsoft.com> wrote in message
news:58**********************************@microsof t.com...
HI folks,

So, I have a small netowork at my home, and would be usefull if I had a
INstant Messenger, but that just works on LANs, something like "net send"
command used to be, however it could send messages to any computer.

I've been searching about it, but I do know where to start!, i say using
messaging, net.sockets, but I do not Know which is the best for this
occasion.

Any comments would be very helpful,

Thanks in advance
Nov 21 '05 #3
Sorry to deviate from main thread...

The AdvancedBasics article here showing P2P Comm Using Web Services uses
Poll Method as specified by the author.
< From article>
"That's sort of what I'm trying to accomplish here using Web services over
HTTP. A client connects, sends a request, gets a response, and the
connection is closed by the server. For a client to get an event
notification from a server using HTTP has always required polling on the
part of the client, and that is exactly what my sample app does."
</From Article>

My question is that Polling doesn't seem that decent solution. Are there
other possibilities to tackle this? I have heard about WS Eventing but can't
find some concrete info about it. Actually I myself might be needing to
implement a Publish Subscribe model ( a little like chat server but with lot
more fucntionality ) and I am reluctant for WebServices due to lack of this
kind of feature, Socket has its own problems, Remoting is quite notorious.
So I am a bit puzzled.
The question is the same though. What things are available instead of
Polling for Asynchronous Server to Client communication ?
Any help and idea is most appreciated.
Thank You
rawCoder

Hi,

http://msdn.microsoft.com/msdnmag/is...s/default.aspx

Ken

Nov 21 '05 #4
Hi,

Have you looked at web service enhancements 2.0
http://msdn.microsoft.com/webservice.../wse/WhatsNew/

http://msdn.microsoft.com/webservice...s-eventing.asp

Ken
-------------------------
"rawCoder" <ra******@hotmail.com> wrote in message
news:Om**************@TK2MSFTNGP15.phx.gbl...
Sorry to deviate from main thread...

The AdvancedBasics article here showing P2P Comm Using Web Services uses
Poll Method as specified by the author.
< From article>
"That's sort of what I'm trying to accomplish here using Web services over
HTTP. A client connects, sends a request, gets a response, and the
connection is closed by the server. For a client to get an event
notification from a server using HTTP has always required polling on the
part of the client, and that is exactly what my sample app does."
</From Article>

My question is that Polling doesn't seem that decent solution. Are there
other possibilities to tackle this? I have heard about WS Eventing but can't
find some concrete info about it. Actually I myself might be needing to
implement a Publish Subscribe model ( a little like chat server but with lot
more fucntionality ) and I am reluctant for WebServices due to lack of this
kind of feature, Socket has its own problems, Remoting is quite notorious.
So I am a bit puzzled.
The question is the same though. What things are available instead of
Polling for Asynchronous Server to Client communication ?
Any help and idea is most appreciated.
Thank You
rawCoder

Hi,

http://msdn.microsoft.com/msdnmag/is...s/default.aspx

Ken


Nov 21 '05 #5
Hi,

Well my idea was that WS-Eventing isnt included in the WSE2 - atleast not on
the WhatsNew page that you sent.
Also, reading between the lines, I got the impressions that WS-Eventing is
in some Beta or some Infancy phase.

Someone can confirm the status of the WS-Eventing though.

Thank You
rawCoder

"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:eB**************@TK2MSFTNGP10.phx.gbl...
Hi,

Have you looked at web service enhancements 2.0
http://msdn.microsoft.com/webservice.../wse/WhatsNew/

http://msdn.microsoft.com/webservice...s-eventing.asp
Ken

Nov 21 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: rokia | last post by:
sorry for this thread. my english is not good enough to communicate with friends here, so I want to find some newsgroup which is hot. :) something like chating.. talking... etc. any advice?...
16
by: Linus | last post by:
Being a ASP developer for a consultant company thinking of starting developing with ASP.NET I have read literally hundreds of web pages and posts in discussion forums on the Internet to get an idea...
2
HI
by: daya | last post by:
Hi all.... I have written chating program......But i am unable to read the stream(what the server send).....Also i have attached my complete code pls let me know wat is the solution..........
24
by: Tim | last post by:
apologies if this has been done to death already... I have been a webdev for many years now, and I have mastered the art or layout with tables. I now see many newcomers rubbishing table layout...
1
by: mohzin | last post by:
HI Guys this is Mohzin Khan im a graphic desinger ..mostly do print media work.. new to scripts.com. welll last night i was chating on msn then suddenly all chat window disappear and when i saw...
0
by: sudha madhuri | last post by:
videos-singles inside-{for date-chating mails} http://www.6URL.com/15EL India's greatest social networksite-with all features. here you watch videos (adult-romance-fun-updates) make your...
3
by: narasimha26 | last post by:
How to do online chatting in asp.net1.1 and sqlserver2000
1
by: narasimha26 | last post by:
Can Anybody help me regarding the chating in Asp.net1.1-Sql-Server 2000
1
by: nekha | last post by:
How I Can To Send instant web Alert Message only online members in chating time using asp vb script ,please any one help me
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.