Move common code from gluon-mesh-babel and -batman-adv respondd providers to gluon-respondd
In addition this PR contains: - split of gluon-respondd provider into multiple source files - minor additional cleanups in gluon-mesh-babel respondd provider (untested, as the babel respondd provider already doesn't compile prior to these changes...)
Showing
- package/gluon-mesh-babel/src/Makefile 1 addition, 1 deletionpackage/gluon-mesh-babel/src/Makefile
- package/gluon-mesh-babel/src/respondd.c 29 additions, 201 deletionspackage/gluon-mesh-babel/src/respondd.c
- package/gluon-mesh-batman-adv/src/Makefile 1 addition, 1 deletionpackage/gluon-mesh-batman-adv/src/Makefile
- package/gluon-mesh-batman-adv/src/respondd.c 8 additions, 167 deletionspackage/gluon-mesh-batman-adv/src/respondd.c
- package/gluon-respondd/src/Makefile 4 additions, 2 deletionspackage/gluon-respondd/src/Makefile
- package/gluon-respondd/src/respondd-common.h 32 additions, 0 deletionspackage/gluon-respondd/src/respondd-common.h
- package/gluon-respondd/src/respondd-neighbours.c 130 additions, 0 deletionspackage/gluon-respondd/src/respondd-neighbours.c
- package/gluon-respondd/src/respondd-nodeinfo.c 132 additions, 0 deletionspackage/gluon-respondd/src/respondd-nodeinfo.c
- package/gluon-respondd/src/respondd-statistics.c 309 additions, 0 deletionspackage/gluon-respondd/src/respondd-statistics.c
- package/gluon-respondd/src/respondd.c 3 additions, 307 deletionspackage/gluon-respondd/src/respondd.c
Loading
Please register or sign in to comment