David Woodhouse
David Woodhouse
We have the HDLC mode working in OpenConnect now, doing PPP over HDLC over TLS. It's all in OpenConnect itself without using external pppd. It's still in the 'f5' branch...
Is there a FortiGate server anywhere I could have a test account on? I can throw up a shell of a 'fortinet' protocol in OpenConnect, cloned from the F5 one,...
Reference code... I try to where I can. I was very annoyed in the early days when none of the existing HTTP libraries really let me have enough control of...
Authentication happens once. It results in the cookie. Connection can happen more than once. If the underlying network changes *(you undock your laptop and move to wireless, or suspend/resume)* while...
NetworkManager... right, NM isn't always available, and is never mandatory. It only really sits in the middle, optionally, between the authentication and the connection. Run OpenConnect from the command line,...
Yeah, that's what we'll use for the FCS but we haven't actually done that yet as F5 doesn't care. It doesn't have the actual HDLC bit-stuffing, does it?
I've pulled in the code from RFC1662 and implemented FCS support. Can't push to gitlab as @dlenski has been forgetting to add signed-off-by, so it's at http://git.infradead.org/users/dwmw2/openconnect.git/commitdiff/8b122363 On the performance...
The Domoticz package in OpenWrt uses libopenzwave but newer versions have switched to using zwave-js-ui, so I need to get that building. I'd really appreciate any help, as I'm not...
I definitely don't understand how the dependencies are supposed to work... ``` root@U7623:/usr/lib/node/zwave-js-ui# node server/bin/www.js node:internal/modules/cjs/loader:1147 throw err; ^ Error: Cannot find module '@zwave-js/core' Require stack: - /usr/lib/node/zwave-js-ui/server/lib/ZwaveClient.js - /usr/lib/node/zwave-js-ui/server/config/store.js...