Nathan Henrie

Results 54 issues of Nathan Henrie

Default user agent had an "R" in it (espdruino instead of espduino) and it was driving me crazy. I think it also means the array was an incorrect length because...

Default content type was just `x-www-form-urlencoded`, now `application/x-www-form-urlencoded`, which is required to work with Pushover.net.

The default content type should be `application/x-www-form-urlencoded`, not just `x-www-form-urlencoded`. As is, it will fail on some sites like Pushover.net (I modified the Pushbullet example), but works with `application/` added....

The `Host` header should specify a non-80 port. http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.23

https://github.com/tuanpmt/esp_bridge/issues/4

I'm interested in using pypacket to track a high-altitude balloon project I'm working on. The default log output doesn't include altitude, which would be really helpful to let me know...

enhancement

What else did you end up figuring out? What was your process for figuring out the telnet access? Thanks for sharing!

What version of multimon-ng is pulsemodem using? The logging output says it's `multimon-ng 1.1.5`, but it looks like this is a fixed string printed by [EZAudio](https://github.com/pulsely/PulseModemA/blob/5d8d11efa3f232224f9def0c80cdd2c5877e6d14/Dependencies/EZAudio/EZAudio/EZMicrophone.m#L927) and [MultimonHelper](https://github.com/pulsely/PulseModemA/blob/5d8d11efa3f232224f9def0c80cdd2c5877e6d14/PulseCQTNC/MultimonHelper.m#L576). It looks...

I'm new to iOS development, so no hard feelings if this doesn't fix things the "right way." But with these changes I'm able to build and run on iOS13. Fixes...

Thanks for your very quick help [here](https://github.com/redox-os/orbtk-template/issues/3). Now on initial compile I'm getting a bunch of errors that seem likely related to import paths. ```console $ cargo run Updating git...