This repository contains folders corresponding to different GPON ONU SFP modules of the root filesystem.
Vendor | Model | SoC | Interchangeable |
---|---|---|---|
ODI | DFP-34X-2C2 | RTL9601D | - |
TWC | TWCGPON657 | RTL9601C1 | V2801F |
VSOL | V2801F | RTL9601C1 | TWCGPON657 |
To mod the firmware:
- Run
qemu-test.sh
. - Copy and paste the relevant code.
- Exit
qemu-test.sh
. The firmware images will be rebuilt.
To send a modded binary or file, you can use nc
(netcat).
Start the nc
listening server on GPON ONU SFP:
nc -l -p 12345 > file
Send the file from your Ubuntu PC to GPON ONU SFP:
nc 192.168.1.1 12345 < file
Note
nc
on GPON ONU SFP will not exit once the transfer is complete. You need to use CTRL+C on GPON ONU SFP Telnet to complete the transfer.
Model | Login Screen | Status |
---|---|---|
V2801F | ||
DFP-34X-2C2 gui V2801F fork | ||
DFP-34X-2C2 dark by imoize |
To mitigate Fake O5, included additional information like ME 84 and 171 in the WebGUI for troubleshooting purposes. Additionally, implemented further Forward Operation hacks to enable bridging as needed.
Note
This are Work In Progress
We welcome contributions from everyone to enhance the firmware, making it more accessible and adhering to open standards (Universal).