-
## Issue description
So this just occurred to me: Why do we use VMs to run NixOS tests when we could (in theory) start ourself a systemd with NixOS inside of a namespace? nixos-containers via syste…
Atemu updated
4 weeks ago
-
Most networking CI tests (e.g. ISCSI, NBD) depend on `dhcp-client`, even after https://github.com/dracut-ng/dracut-ng/pull/638 . There needs to be a followup PR to fix the networking tests before this…
-
### Is there an existing feature request for this?
- [X] I have searched the existing issues before opening this feature request.
### Describe the feature you would like to see.
The concept of allo…
-
### Description
I'm trying to run a LWM2M server inside of docker for UDP based clients to connect to. These clients will register with the server using a CoAP message and specify a lifetime for the …
-
**Describe the bug**
I have two interfaces that can reach the internet attached to my computer. NixOS is defaulting to setting the default IPv4 and IPv6 routes via the wrong interface so I found that…
-
Through the magic of network discovery, ROS2 should be able to subscribe to topics being published by nodes on a different machine so long as they share a network. Somewhere along the way from the Cre…
-
Foundations Lab 6 conversion
-
The current implementation of networking leaves much to be desired. Need to be able to transfer simple primitive data types for metadata transfer (e.g. power usage of ROV, camera statuses) as well as …
-
I'm not familiar with qemu. I tried adding flags to share network and the command wouldn't run.
I can't seem to ftp files from my computer into the qemu VM. How do I get files from local machine int…
-
Shower thought:
I wonder if the network backend should have an abstract base class (interface)... that forces implementation of 5 main methods...
And allow a formal way of extending the Private…