marshian
New Member
- Messages
- 526
- Reaction score
- 9
- Points
- 0
I'm writing an application for which it would be very useful to discover nodes, but without being centralised. Basically, when my application starts it should inform other computers running my program that there is a new node with the given IP.
The first thing I thought of were broadcasts, but they are limited to the LAN, while my program would benefit *a lot* if it could be done higher as well.
For example:
WAN1 consists of LAN1 and LAN2, a new node in LAN1 starts and connects to an already existing node in LAN2.
Assume I don't have access to the routers who connect the LANs. Do any of you happen to know a way to accomplish this?
Thanks in advance
The first thing I thought of were broadcasts, but they are limited to the LAN, while my program would benefit *a lot* if it could be done higher as well.
For example:
WAN1 consists of LAN1 and LAN2, a new node in LAN1 starts and connects to an already existing node in LAN2.
Assume I don't have access to the routers who connect the LANs. Do any of you happen to know a way to accomplish this?
Thanks in advance