Darin
Darin
> I don't plan to spend time looking into writing a GitHub action to automatically remove dead instances, I'd be grateful for pull requests on that! > > Adding a...
I was unable to get db.close to work. I was compiling for Musl so maybe that has something to do with it. Anyway I ended up moving back to bolt...
> Yes, see https://github.com/copy/v86/blob/master/examples/two_instances.html (haven't tested it in a while, but it should still be working) Is it possible to have multiple interfaces? I am looking to have a mini...
I might just use premade simulators. This is starting to seem way more ambitious than I realized. Thanks
Well that is not an approach that I had considered. It would be closer to a hub instead of switch and I would need to come up with some sort...
I have a working proof of concept. Thanks @SuperMaxusa
https://darin755.codeberg.page/netemu/src/ to run commands on the web worker you can run ```window.worker1.postMessage({cmd: "ip neigh"})``` in the browser debug console. (there is a connection between the web worker and browser instance....
I'm a little concerned that this could have an impact on small instances. Such instances Don't have a lot of activity and could end up being shut out of the...
I am going to hold off on tests and docs until this is reviewed
Thanks for your response. The point is to make it easier to build automated generation scripts in the future. I can write a script to get add devices with a...