lemoer

Results 25 issues of lemoer

### Bug report **What is the problem?** Router advertisement servers advertise *prefixes* together with a *default router* in layer 2 networks. There may be multiple router advertisement servers in one...

Before this commit, host packages were not installed into the imagebuilder. This made it impossible to make use of hostpkgs in opkg postinstall scripts in combination with the imagebuilder. This...

target/imagebuilder

Variables do not work when returnStrings = true is set. See the following minimal example: ``` javascript let po = 'msgid "foo %d"\nmsgstr "bar %d"\n'; Pomo.load(po, { format: 'po', mode:...

This is a preparatory step. The newly introduced validation class is to be used within the REST API later on.

3. topic: package

In order to identify oslr-firmwares as such, gluon-mesh-oslrd should implement a respondd provider for nodeinfo.software.oslrd. Batman-adv does that here: https://github.com/freifunk-gluon/gluon/blob/master/package/gluon-mesh-batman-adv/src/respondd-nodeinfo.c#L176-L182 Babel does that here: https://github.com/freifunk-gluon/gluon/blob/master/package/gluon-mesh-babel/src/respondd.c#L355-L359

6. skill: c
0. type: feature-request
3. topic: respondd

We have two routers: - [NDS-The-TARDIS](https://hannover.freifunk.net/karte/#/en/map/7cff4de525e1) - AVM FRITZ!Box 4040 - Uplink-Router - [vH31](https://hannover.freifunk.net/wiki/Freifunk/FirmwareReleases#vH31) based on OpenWrt openwrt-22.03 - MAC on primary0: d6:0b:01:61:70:5b - [NDS-The-Sonic-Screwdriver](https://hannover.freifunk.net/karte/#/en/map/74acb9604324) - Ubiquiti UniFi AC Mesh...

As discussed in the gluon meetup today, we want to allow using wgpeerselector in combination with [wgkex](https://github.com/freifunkMUC/wgkex). The only (big) missing piece is an HTTPS request to the broker as...

In order to provide the ability authenticate data provided by respondd, this pr introduces ed25519 signatures into the responses. ### secure_nodeid This commit introduces the concept of a `secure_nodeid`: -...

I really dislike the fact that writing a data for respondd now has to be done in C. This makes the whole process of monitoring a lot more static. It...

enhancement