473,796 Members | 2,669 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Network aware application 'a la MSN'

I'm about to write a network aware application.
Of course I intend to do UDP broadcasting to detect other app on my network.
But I would like my application to be usable over the internet as well.
Between to end user computer.

Ideally if user could connect through MSN identity that would be perfect!
Is there a way to do that?
Some MSN server wrapper for .NET?
Nov 29 '05 #1
5 1316
Lloyd Dupont wrote:
I'm about to write a network aware application.
Of course I intend to do UDP broadcasting to detect other app on my network.
But I would like my application to be usable over the internet as well.
Between to end user computer.

Ideally if user could connect through MSN identity that would be perfect!
Is there a way to do that?
Some MSN server wrapper for .NET?


Be forewarned: UDP offers no promises. You may or may not receive any
package you transmit at all. You may or may not receive the entire
package. You may or may not receive the correct bytes for packages you
send. Your package may or may not be fragmented.

If you need any sort of reliable network communication on the internet
/ internal network, use TCP. UDP should not be relied on for anything
in normal program behavior.

Nov 29 '05 #2
Maybe I explained myself not very well?
(I am also not very knoledgeable in this area).

I know there is some broacasting protocol on the network, where you could
send a messsage on the local network to anyone. Isn't that what they call
UDP broadcatsing?
I think I played with it only once....
And is there a better way that what I call UDP broadcasting (to discover
peers on a local network)?

But allright, I guesses after a program broadcasted its IP & waiting stage,
the other program should ocntact it one to one with a standart socket
mechanism if I understand you right.

Be forewarned: UDP offers no promises. You may or may not receive any
package you transmit at all. You may or may not receive the entire
package. You may or may not receive the correct bytes for packages you
send. Your package may or may not be fragmented.

If you need any sort of reliable network communication on the internet
/ internal network, use TCP. UDP should not be relied on for anything
in normal program behavior.

Nov 29 '05 #3
hB
Why MSN msngr sometimes fail to reach the destination when both users
are online.
(Some messages drops in between - "...Message could not be sent...")
?

---
hB

Nov 30 '05 #4
hB
UDP broadcatsing on the local network
host.mask address
192.168.0.255 -> broadcasts -> 192.168.0.1 to 192.168.0.255

UDP broadcasting (to discover peers on a local network)?
This UDP boradcasts is superb!
But it will not work on internet.

There is another thing (for LAN) , Multicast it is also good. But it
will also not work on Internet.

For internet You need a Central Catalog server.
Think of p2p servers.
Or more super IRC Server.

(Don't ever think that MSN Messenger infrastructure is best)
---
hB

Nov 30 '05 #5
> UDP broadcatsing on the local network
host.mask address
192.168.0.255 -> broadcasts -> 192.168.0.1 to 192.168.0.255

UDP broadcasting (to discover peers on a local network)?
This UDP boradcasts is superb!
But it will not work on internet.
I knew!

There is another thing (for LAN) , Multicast it is also good. But it
will also not work on Internet.

For internet You need a Central Catalog server.
Think of p2p servers.
Or more super IRC Server.

(Don't ever think that MSN Messenger infrastructure is best)

I don't care about best, I just want something I could use with minimmal
overhead (with minimal work from the user, such as register, blah, blah,
blah..)
Nov 30 '05 #6

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

Similar topics

3
465
by: Sandeep Arya | last post by:
Thanks linuxfreak and sybren for positive comments My application will be running on Linux. How to send ICMP ECHO as broadcast packets. I do not know this. Please tell me how to? Sybren.. Does nmap is available on every systems? I tried on my linux fc4 machine in user previleage. it was not working. Does this just belongs to superuser...
1
5862
by: Tardus Merula | last post by:
We have just put a new samba server on the lab premises and upgradede all workstations to 100 MB/s, in order to avoid using 10-mile radio link, hoping that this would enable us to operae our MsAccess based LIMS database over the network. While a standalone version, with both program and Data folder on the local drive (C) the application works excelently, the moment we move the Data ( e.i. the Tables) folder to a networked drive and...
4
7349
by: cvopicka | last post by:
i have found many refrences to access being slow over a netowrk but my boss and i just found this and i was hoping to get some help. on the local machine we have the Access 2000 format database open in access 2k3. this is also the machine that the database lives. we then from a tool bar in access call an external program to manipulate the database. and the process time is about 5.5 minutes then if we disable the network connection...
5
1879
by: Naveen Mukkelli | last post by:
Hi, I've got two network adaptors in my computer(Windows server 2003). One for public network such as internet, and the other for a private network. I mean, I want to connect other 2 PCs (XP Pro with SP3) to this adaptor and create a private LAN. Now I want to run my server application with the host IP of the second(private
10
4118
by: Woody Splawn | last post by:
I have been developing a ClientServer application on one machine at my office but the time has come to transfer it to the customer. The customer is running a Windows 2000 local area network. I will keep a copy of the applicaiton and all it's code on one of the client machines connected to the local area network at the customers. This machine has a full blown copy of Visual Studio 2003. SQL Server 2000 is the back-end, both at my office...
5
214
by: Lloyd Dupont | last post by:
I'm about to write a network aware application. Of course I intend to do UDP broadcasting to detect other app on my network. But I would like my application to be usable over the internet as well. Between to end user computer. Ideally if user could connect through MSN identity that would be perfect! Is there a way to do that? Some MSN server wrapper for .NET?
0
1588
by: Daniel Knöpfel | last post by:
Hello We have got a .NET application (.NET 1.1) that the users start from a network share. After start up the user logs in and he can then minimise the application, so that it appears as an icon down on the right hand side (like the date information, msn icon etc.). Now when the user wants use the application he must first maximise it or relogin (if he logged out before). On some machines this maximisation/startup time lasts extremely...
5
3483
by: William Cruz | last post by:
Problem: I created a simple application and when I compile it and run it on my local drive it runs just fine. But if I copy it to a network drive, and I try to run it I get an error.Code 0xe0434f4d. Can anyone explain this? Oh and if I publish it, and run the setup.exe it will work just fine anywhere, it only happens when I try to run it alone @ a network drive from my local computer. Solution:
7
1344
by: Christiano Donke | last post by:
Is there a way to do this without having to register it computer-by-computer??? tried everything already... but nothign worked out as should.. tks..
0
9673
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9525
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10221
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10003
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9050
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5440
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4115
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3730
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2924
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.