Blame |
Last modification |
View Log
| SVN
| RSS feed
###########################################################
#
# IP/UDP interface, connects with can through an
# ethernet node
#
###########################################################
class NodeIfUDP:
config = []
def __init__(self, cfg):
global config
config = cfg
def start(self):
pass
def stop(self):
pass