Vincent Wiemann
Vincent Wiemann
I'd like to build it as a library which I can use in non-Svelte projects. How is this possible? Currently I'm writing a wrapper for achieving this, but maybe I'm...
It would be great if one could define ed25519 SSH private keys for pubkey authentication without ssh-agent. This is especially interesting for embedded distributions like OpenWrt or Alpine Linux where...
There is an effort in OpenWrt to use inetd to save some resources to only run dropbear when it is needed. If implemented this could also be useful to run...
As it was decided in IRC Gluon should not perform ping checks. See #2228... Unfortunately ping checks are already performed by https://github.com/freifunk-gluon/gluon/blob/master/package/gluon-scheduled-domain-switch/luasrc/usr/bin/gluon-check-connection I suggest moving the scheduled-domain-switch into the community...
@pepe2k in #200 you said that you have support for dual flash and 32 MiB already in your local tree. Can you please push this?
Due to a typo the maximum value was set instead of the minimum value breaking the dithering which can cause electromagnetic interference.
Why doesn't Freifunk Berlin try to incorporate their packages into Gluon? Having separate projects is much double-work. By joining efforts we could build better firmware.
In [wifi-config.lua](https://github.com/freifunk-gluon/gluon/blob/master/package/gluon-web-wifi-config/luasrc/lib/gluon/config-mode/model/admin/wifi-config.lua) the txpower_list-function uses the phy-names (e.g. phy0) which it derives from the gluon-util. Currently libiwinfo only handles the name of the VIF properly. Thus the TX-Offset is not...
When flashing the .ihx file provided in this repo, the helloworld example works, but when I compile it from source code using the SDCC snapshot, it doesn't. Actually I couldn't...
According to https://github.com/freifunk-gluon/gluon/issues/1584 two VIFs one being an IBSS and the other an AP don't work in parallel. I'm going to make some tests myself and try to provide logs....