Brian Schwind
Brian Schwind
If it works and it's not going into `main`, then really anything is fine. But we also already have a [timer](https://github.com/tonarino/panel-firmware/blob/cff3a20d58d3d625a6859861ac0688f05691ad1b/src/main.rs#L86) we can use, if that's what you want.
Hey @Oaklight, there are a couple issues related to what you're trying: - https://github.com/tonarino/innernet/issues/45 - https://github.com/tonarino/innernet/issues/135 The short answer is that this is currently not supported, but given that your...
> is writing to /etc/hosts for server machine something we can expect in the foreseeable future? That should be pretty easy to do I would think, just mirror how the...
@Oaklight right, there's no command for it. I _believe_ you would have to delete the peer via an sqlite query, something like this: ``` DELETE FROM peers WHERE is_redeemed =...
@alerque I believe it should be similar to the client logic, barring any sort of weird networking gotchas I'm unaware of. We made a separate library just for the purpose...
@alerque I started #336 which _should_ more or less implement the functionality for the `serve` command. Let's continue the conversation there to decide how we want this all to behave.
Hey thanks for the PR and sorry for the late reply. I like the idea of passing a closure or a trait implementation to let the user decide how to...
> I see no updates since long ago in your repository. > > Do you think I could help you maintain it ? I'd prefer to keep things as-is for...