Ejemplo n.º 1
0
def lowpanEndpoint():
    resp = rest.jsonGetSet('conf/lowpan', request)
    if request.method == 'POST':
        # Lowpan API might have changed.
        # resync the border-router config with the cloud
        lowpan.syncConfig()
    return resp
Ejemplo n.º 2
0
def lowpanEndpoint():
    resp = rest.jsonGetSet('conf/lowpan', request)
    if request.method == 'POST':
        # Lowpan API might have changed.
        # resync the border-router config with the cloud
        lowpan.syncConfig()
    return resp
Ejemplo n.º 3
0
def tunslip():
    return rest.jsonGetSet('conf/tunslip', request)
Ejemplo n.º 4
0
def radiosettings():
    return rest.jsonGetSet('conf/radio', request)
Ejemplo n.º 5
0
def tunslip():
    return rest.jsonGetSet('conf/tunslip', request)
Ejemplo n.º 6
0
def radiosettings():
    return rest.jsonGetSet('conf/radio', request)