Subversion Repositories HomeAutomation

Rev

Blame | Last modification | View Log | SVN | RSS feed

  1. ###########################################################
  2. #
  3. # IP/UDP interface, connects with can through an
  4. # ethernet node
  5. #
  6. ###########################################################
  7.  
  8. class NodeIfUDP:
  9.     config = []
  10.    
  11.     def __init__(self, cfg):
  12.         global config
  13.         config = cfg
  14.    
  15.     def start(self):
  16.         pass
  17.  
  18.     def stop(self):
  19.         pass
  20.