Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move piggui networking code into a module or crate #546

Open
andrewdavidmackenzie opened this issue Oct 25, 2024 · 2 comments
Open

Move piggui networking code into a module or crate #546

andrewdavidmackenzie opened this issue Oct 25, 2024 · 2 comments
Labels
idea An idea for discussion before deciding to do it!
Milestone

Comments

@andrewdavidmackenzie
Copy link
Owner

This would enable the use of the code to connect and interact with a piglet/porky to be used in other places, such as a CLI, or integration with HomeAssistant or other apps, without having to do the networking part all over again.

Problem would be the tch_helper and iroh_helper code, and some serializations/deserialization, maybe some file loading and saving methods also.

@andrewdavidmackenzie andrewdavidmackenzie added the idea An idea for discussion before deciding to do it! label Oct 25, 2024
@andrewdavidmackenzie
Copy link
Owner Author

Probably would make sense to implement #505 first

@andrewdavidmackenzie andrewdavidmackenzie added this to the 0.6.0 milestone Nov 17, 2024
@andrewdavidmackenzie
Copy link
Owner Author

Not sure why I didn't do a module in that networking folder.

If I do that it could be merged and used by both piggui and piglet

@andrewdavidmackenzie andrewdavidmackenzie changed the title Move piggui "host" code into a library crate Move piggui networking code into a module or crate Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea An idea for discussion before deciding to do it!
Projects
None yet
Development

No branches or pull requests

1 participant