On Thu, Oct 12, 2017 at 5:41 AM, <[email protected]> wrote: > Hello every one, > > I'm working on a robot that is control thanks to a camera. To send images to > a smartphone, I implement mjpeg_streamer. The problem is that when I'm > working in a place with lot of WIFI (an apartment for example) there is 2 > seconds of latency, so I tried to disable default access point (AP) of the > BeagleBone Blue to not over charge the BeagleBone, Blue. To do so I use > connmanctl : > > connmanctl> tether wifi disable > Error disabling wifi tethering: Already disabled > > But the BeagleBone Blue is still in AP mode. When I tried to enable a new > AP, it works for a while but after a moment the default AP was back. I guess > there is a service that makes sure that the Default AP is on. > > Does someone know how to disable the default AP mode ? > > Thanks so much for your help !
/etc/default/bb-wl18xx set TETHER_ENABLED=no Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYgLmcBaNTWTCB2X0gaRhjSafxcAOBpJyWFeLwuSn%3DGVHw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
