Skip to content
forked from 1sw/Agentuino

Arduino Agentuino library ported to WiFiNINA devices

Notifications You must be signed in to change notification settings

ANSnullANS/Agentuino

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

An updated version of the Agentuino (http://code.google.com/p/agentuino/; Copyright (C) 2010 Eric C. Gionet) SNMP library.

Based on the version by Petr Domorazek (https://github.com/1sw/Agentuino) and updated by Paco "ANSnullANS" Lechner to run on WiFiNINA based Arduinos.


Supported SNMP-Version: 1

Library supports WiFiUDP and EthernetUDP. To set which library to use, put one of the following #define-Blocks into your code:

WiFiNINA: "#define WIFI_ENABLED true"
Ethernet: "#define ETH_ENABLED true"

About

Arduino Agentuino library ported to WiFiNINA devices

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 100.0%