route2.set_attribute_value("NetPrefix", 4)
route2.set_attribute_value("Device", "wlan0")
-# Add a channel... this could be ommited
+# Add a channel
channel = omf_desc.create("Channel")
channel.set_attribute_value("mode", "adhoc")
channel.set_attribute_value("channel", "6")
# controller.is_finished(app2.guid)):
# time.sleep(0.5)
-time.sleep(30)
+time.sleep(5)
-controller.set(iface2.guid, "channel", "1")
+#controller.set(iface2.guid, "channel", "1")
-time.sleep(15)
+#time.sleep(5)
controller.stop()
controller.shutdown()