added some testing code to the snmpget builtin and renamed service to services/

This commit is contained in:
Johannes Findeisen 2013-06-10 04:14:53 +02:00
commit 4b0238c515
8 changed files with 58 additions and 0 deletions

5
lib/services/ping.py Normal file
View file

@ -0,0 +1,5 @@
"""
The ping service in pure Python.
"""
# http://code.activestate.com/recipes/409689-icmplib-library-for-creating-and-reading-icmp-pack/