Mark Solters
Mark Solters
Hi, I have 6LBR setup on a Raspberry Pi. I have tried and found great success following the documented approaches whereby at least one of my mesh's nodes is attached...
Hi @laurentderu, I thought maybe this would be a less obnoxious way for me to ask about the details of the CETIC CoAP library located inside the `6lbr-demo/apps/coap` folder. Having...
http://sirlagz.net/2013/08/23/how-to-captive-portal-on-the-raspberry-pi/
It might make setup easier to include a web page from the device itself! It could also serve as an example web app.
Some variants of embedded linux (e.g. Debian on the CHIP Pro) seg fault when you scan for SSIDs, and the host has at least one `wlan*` interface disabled. By stipulating...
Linux iw
`nmcli` seems to give different results in different distros. Rather than write a different parsing rules for each version, I tried to replace `nmcli` wherever possible with `iw`, `iwconfig`, or...
Currently defaulting to `wlan` by hard-coding.
Package generates an error: ``` Uncaught TypeError: Cannot read property 'kind' of undefined parseSources @ qr-scanner.coffee:94(anonymous function) @ qr-scanner.coffee:84 ``` I've seen this most frequently on desktops, esp. without webcams....
- Introduces a server_side_encryption parameter for the `S3 [OUTPUT]` plugin. Possible values are `AES256` and `aws:kms`, as per AWS API documentation: https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html#API_PutObject_ResponseSyntax - If either value is provided, the `x-amz-server-side-encryption`...