Fnoop

Results 338 comments of Fnoop

https://forums.developer.nvidia.com/t/argus-daemon-errors-max-frames-acquired/74399/33 https://forums.developer.nvidia.com/t/argus-errors-with-high-cpu-load-and-subsequent-issues/83773/20

This happens immediately whenever visiond is started. Great.

https://github.com/stanislavkuskov/jetson_gmsl_camera_streamer

collectd -> influxd. But this is quite a heavy solution both storage and memory/cpu-wise, so shouldn't be mandatory or a dependency on alerts/monitoring, imho. There are lots of opensource monitoring...

Add a simultaneous managed/AP option, set by default on raspberry

Good guide for the raspberry https://albeec13.github.io/2017/09/26/raspberry-pi-zero-w-simultaneous-ap-and-managed-mode-wifi/

Current wireless modes are managed, monitor and ap. Add a hybrid mode which simultaneously provides managed and ap, and set it by default on sample-nodes (download images) where possible.

Using the raspberry guides involves using udev rules and mac addresses. This is not feasible for distributed images as the mac address is unknown on user systems. Move the config...

`iw phy phy0 interface add wlanap0 type __ap` This produces a 'rename3' interface: `3: rename3: mtu 1500 qdisc noop state DOWN group default qlen 1000`

Can use canonical interface name instead of physical: `sudo iw dev wlan0 interface add test1 type __ap` The interface then gets renamed immediately: `May 31 21:40:15 maverick-up kernel: [14008.805210] brcmfmac...