Geschrieben September 9, 2015 at 18:199. Sep 2015 Hallo zusammen, gibts eine Möglichkeit über die http://www.tinkerforge.com/de/doc/Software/Bricks/RED_Brick_PHP.html RED Brick API den AccessPoint Modus zu aktivieren? Konkret würde ich gerne einen Knopf zum konfigurieren des Device integrieren: Knopf drücken -> AccessPoint aktivieren -> Login per WLAN -> Device konfigurieren Merci und Grüsse, Rainer
Geschrieben September 10, 2015 at 07:5210. Sep 2015 Die RED Brick API hat keine direkte Funktion dafür. Die API bietet grundlegende Funktionen wie Dateien auf dem RED Brick lesen/schreiben und Programme auszuführen. Darüber erledigt der Brick Viewer dann z.B. auch die Access Point Konfiguration. Das ist allerdings halbwegs kompliziert. Du kannst die den Code dafür im Brick Viewer u.a. hier ansehen: https://github.com/Tinkerforge/brickv/tree/master/src/brickv/plugin_system/plugins/red https://github.com/Tinkerforge/brickv/blob/master/src/brickv/plugin_system/plugins/red/red_tab_settings_ap.py https://github.com/Tinkerforge/brickv/blob/master/src/brickv/plugin_system/plugins/red/scripts/settings_ap_apply.py https://github.com/Tinkerforge/brickv/blob/master/src/brickv/plugin_system/plugins/red/scripts/settings_ap_get_interfaces.py https://github.com/Tinkerforge/brickv/blob/master/src/brickv/plugin_system/plugins/red/scripts/settings_ap_status.py
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.