Click here to Skip to main content
15,909,651 members
Home / Discussions / C#
   

C#

 
Questionhow to display parent and child records in a datagridview + C#.net in windows forms Pin
Need help on datagrid view1-Jul-07 3:09
Need help on datagrid view1-Jul-07 3:09 
Question"Danger meter" control? Pin
Domenic Denicola1-Jul-07 3:01
Domenic Denicola1-Jul-07 3:01 
AnswerRe: "Danger meter" control? Pin
Mark Greenwood1-Jul-07 3:09
Mark Greenwood1-Jul-07 3:09 
AnswerRe: "Danger meter" control? Pin
Tamimi - Code1-Jul-07 3:09
Tamimi - Code1-Jul-07 3:09 
AnswerRe: validation of a formula Pin
Mark Greenwood1-Jul-07 3:20
Mark Greenwood1-Jul-07 3:20 
GeneralRe: validation of a formula Pin
Mark Greenwood1-Jul-07 3:23
Mark Greenwood1-Jul-07 3:23 
GeneralRe: validation of a formula Pin
Bojja Lakshmi1-Jul-07 17:22
Bojja Lakshmi1-Jul-07 17:22 
QuestionUDP Multicast woes Pin
mav.northwind30-Jun-07 23:31
mav.northwind30-Jun-07 23:31 
Hi guys!

I got a general problem here with UDP multicasts not reaching the server I want to reach.
Perhaps there's a general misconception on my side, perhaps it's just a configuration thing, hope someone can help me out.

I want to create a dynamic service discovery. A client wants to use a service, but doesn't know which server is offering the service.
So I developed a class a service process can use to listen for service discovery requests on a given port and another class for the client to find these services. For this to work I thought I'd use UDP multicasts.
The service joins a multicast group (I've tried 224.0.0.1, 225.0.0.1, 225.1.1.1 and a few more), the client sends a datagram to one of these IP adresses, the service receives the datagram and can reply with an "I'm here" response.
This works fine if I try it within my LAN, but doesn't work if the server and client are located in different subnets. These subnets are connected via a VPN with Zyxel ZyWalls (the ZyWalls are capable of IP multicast according to the specs), yet the packets don't seem to reach the service.
If I don't send the request to a multicast address but use a subnet-specific broadcast or the real target IP, the service gets notified, but that's not what I need - I don't want to make any assumption on the subnet a service is on.

I thought multicast groups were especially designed for such a scenario? According to the documentation I found, members of multicast groups don't have to be part of the same network, so it looks like a routing problem. But unfortunately I don't have any idea what to modify to allow multicast packages to be routed to the other subnets.

Can anyone help?


Thanks in advance,
mav

--
Black holes are the places where God divided by 0...

QuestionGet file size - while inuse by another process Pin
liqnit30-Jun-07 22:54
liqnit30-Jun-07 22:54 
AnswerRe: Get file size - while inuse by another process Pin
mav.northwind30-Jun-07 23:37
mav.northwind30-Jun-07 23:37 
GeneralRe: Get file size - while inuse by another process Pin
liqnit30-Jun-07 23:46
liqnit30-Jun-07 23:46 
GeneralRe: Get file size - while inuse by another process Pin
mav.northwind1-Jul-07 2:00
mav.northwind1-Jul-07 2:00 
AnswerRe: Get file size - while inuse by another process Pin
Nissim Salomon1-Jul-07 0:04
Nissim Salomon1-Jul-07 0:04 
GeneralRe: Get file size - while inuse by another process Pin
liqnit1-Jul-07 3:20
liqnit1-Jul-07 3:20 
QuestionStreaming desktop over internet Pin
jbmoens30-Jun-07 22:26
jbmoens30-Jun-07 22:26 
AnswerRe: Streaming desktop over internet Pin
.jpg1-Jul-07 6:56
.jpg1-Jul-07 6:56 
QuestionFormula validation Pin
Bojja Lakshmi30-Jun-07 21:40
Bojja Lakshmi30-Jun-07 21:40 
AnswerRe: Formula validation Pin
Christian Graus30-Jun-07 22:10
protectorChristian Graus30-Jun-07 22:10 
Questionwhy DataView.RowFilter run more solwer then DataTable.Select Pin
alonesword30-Jun-07 21:02
alonesword30-Jun-07 21:02 
Questionhow to move in records? Pin
s_nazari@yahoo.com30-Jun-07 20:52
s_nazari@yahoo.com30-Jun-07 20:52 
AnswerRe: how to move in records? Pin
Christian Graus30-Jun-07 21:22
protectorChristian Graus30-Jun-07 21:22 
GeneralRe: how to move in records? Pin
Robert Rohde1-Jul-07 2:49
Robert Rohde1-Jul-07 2:49 
QuestionRead width & Height of jpeg file Pin
Alaric_30-Jun-07 20:52
professionalAlaric_30-Jun-07 20:52 
AnswerRe: Read width & Height of jpeg file Pin
Mazdak30-Jun-07 20:59
Mazdak30-Jun-07 20:59 
GeneralRe: Read width &amp Height of jpeg file Pin
Alaric_30-Jun-07 21:11
professionalAlaric_30-Jun-07 21:11 

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.