Initial Net-snmp frontend commit

Added apps/snmp with makefiles, autotools, docker adjustment
Minimal snmp_main program
This commit is contained in:
Olof hagsand 2022-04-23 21:12:41 +02:00
parent a00e36caa2
commit d72aa58f90
9 changed files with 591 additions and 11 deletions

View file

@ -2,9 +2,9 @@ name: Clixon CI
on:
push:
branches: [ master, http-data ]
branches: [ master, snmp ]
pull_request:
branches: [ master, http-data ]
branches: [ master, snmp ]
jobs:
build: