A cross-platform desktop application for editing MA5671A SFP module EEPROM data (A0 and A2 addresses).
- 📝 Edit EEPROM fields for MA5671A SFP modules
- 🔄 Support for both A0 and A2 EEPROM addresses
- 💻 Cross-platform support (Windows, Linux, macOS)
- 🎨 Modern Fluent UI design with Avalonia
- From Releases: No requirements - the application is self-contained with .NET included, work also on Linux!
- Build from Source: .NET 8.0 SDK
Download the latest release for your platform from the Releases page. No .NET installation required!
-
Clone the repository:
git clone https://github.com/hack-gpon/MA5671A-Eeprom cd MA5671A-Eeprom -
Build the project:
dotnet build -c Release
-
Run the application:
dotnet run --project HackGpon.MA5671A.Eeprom.Avalonia
- Launch the application
- Load your EEPROM dump file or enter hex values manually
- Edit the fields as needed
- Export the modified EEPROM data
- .NET 8
- Avalonia UI - Cross-platform UI framework
- CommunityToolkit.Mvvm - MVVM toolkit
This project is open source. See the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
- hack-gpon.org - Resources for GPON hacking