Gabriele Baldoni
Gabriele Baldoni
Hi all, I'm not sure this is an issue. There is the possibility to listen on some multicast address when using mirage-tcpip inside an unikernel? I see some ~group parameter...
Hi, this PR contains a transport for Zenoh over Serial ports (RS232-like), it builds atop [Zenoh Serial Framing](https://github.com/ZettaScaleLabs/z-serial) to provide a datagram-based non-reliable abstraction to the Zenoh transport layer. It...
In order to support systemd `Type=notify`, `zenohd` needs to be aware and able to communicate with the systemd daemon. Detailed information on how to integrate systemd support can be found...
It would be great to have also the possibility to have a table with the fiat payment (buy crypto feature of binance) **Additional context** It may be possible because of...
Hi everyone, I'm trying to Live Migrate a very simple container (an empty alpine/edge one) though two different machines If I use the LXD cli interface the migration works pretty...
Hi all, I'm trying to get from data using cohttp, if I use `Cohttp_lwt.Body.to_string` I get this: ``` ----------------------------063834394443821827638570 Content-Disposition: form-data; name="root" r ----------------------------063834394443821827638570 Content-Disposition: form-data; name="home" r/h ----------------------------063834394443821827638570 Content-Disposition:...
The current descriptor information model does not allow to provide hints to the scheduler, ideally, users may want to provide hints to the scheduler to facilitate its jobs. Such hints...
The current implementation of fog05-rest runs as a separate service, while it could be better if it becomes part of the fog05-agent, in this way any agent can still be...
All code should be compliant with rust formatting.
The current code presents an overwhelming amount of `debug!` and `trace!` macros used for logging. Ideally, the amount of log traces should be reduced drastically.