SNMP Server Doubts with NTP Server
i not have notion arduino, i'm creating project needs send exact time arduino ntp server , parallel that, want monitor electrical signal snmp, however, agentuino library in conflict ntp server , because both have same udp library, program informs having duplicity, in front of this, know if has information on how act in situation, if take agentuino library udp library (would quite complicated ) or if should removed ntp server.
i don't know library, arduino library, can start 2 instances of udp library.
code: [select]
// in global
ethernetudp ntpudp;
ethernetudp udp;
unsigned int ntpport = 8888;
unsigned int udpport = 8886;
// in setup
ntpudp.begin(ntpport);
udp.begin(udpport);
Arduino Forum > Using Arduino > Networking, Protocols, and Devices (Moderator: fabioc84) > SNMP Server Doubts with NTP Server
arduino
Comments
Post a Comment