Forum Discussion
Altera_Forum
Honored Contributor
16 years agosending packet like broadcast
Hello all, is possible to send packets in uClinux like broadcast ? I include code: ---------------------------- void udp_init_all(void) { // proved nastaveni ciloveho adresata soke...
Altera_Forum
Honored Contributor
16 years agoIs sending IP packets as braoadcast not just using the broadcast address of the terwork you ar targeting (e.g. 192.168.2,255) ?
As routers don't forward broadcasts, I suppose not giving a network address will not work. -Michael