Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
500Foods authored Jun 16, 2024
1 parent 7ad5d26 commit 52f6ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elements/007-nitrogen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ While Lithium is the primary UI, there's an interest in additional UIs. Maybe fo
- Supports all the above platforms plus as a bonus it can spit out WebASM code!
- Native C library that supports all the things we'd like it to support.

[## Prototyping: nitro - mDNS](https://github.com/500Foods/Philement/blob/main/elements/007-nitrogen/nitro/README.md)
## Prototyping: (nitro - mDNS](https://github.com/500Foods/Philement/blob/main/elements/007-nitrogen/nitro/README.md)
This is a small self-contained test project that implements an mDNS advertising mechanism.
The various nitrogen elements (whether just one to replace KlipperScreen, or an army of them across a print farm) can advertise their IP address and other attributes.
This allows for an element like hydrogen to pick them up without having to do any configuration. It also makes it possible to tie them to Home Assistant more easily.
This code will likely find its way into both nitrogen and hydrogen elements, as hydrogen itself might want to broadcast its location as well.

## Prototyping: Network Scan
## Prototyping: [netscan - Network Discovery](https://github.com/500Foods/Philement/blob/main/elements/007-nitrogen/netscan/README.md)
This is a small self-contained test project that takes an inventory of local network resources. First, it itemizes the available local network interfaces and then for
wireless interfaces, it displays all the available SSIDs. This is likely to be incorporated into nitrogen elements. Imagine starting the equivalent of KlipperScreen
on a device that has not yet been connected to a network. This kind of information is used to feed the UI so the user can select a network interface to configure
Expand Down

0 comments on commit 52f6ba3

Please sign in to comment.