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 agoYes, i use broadcast address (in my case 192.168.3.255).
I found, that ping -c 5 192.168.3.255 send data, but without answer - 5 packets transmitting, 0 received. May be i should use another function, not sendto(.....), in c source code. Jan