How to use the marabunta.XBeeNetwork.XBeeNetwork.__init__ function in marabunta

To help you get started, we’ve selected a few marabunta examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github david-mateo / marabunta / marabunta / XBeeNetwork.py View on Github external
def __init__(self, expiration_time, window_start, window_end,
                 period=1, ID=None, lock=None):
        self.expiration_time = expiration_time
        self.expirations = {}
        XBeeNetwork.__init__(self, window_start, window_end, period, ID, lock)
        return