Rework summary

This commit is contained in:
Quentin 2021-04-18 11:11:00 +02:00
parent 74e0e58a20
commit f6a5b9a582
Signed by: quentin
GPG Key ID: A98E9B769E4FF428
1 changed files with 14 additions and 9 deletions

View File

@ -18,15 +18,20 @@ Our project is currently made of the following physical parts:
- Some small wifi-like antenna - [wimo, similar but different](https://www.wimo.com/en/antennas/gsm-lte-mobile-phone-antennas/60022-sma)
We try to document our journey here:
- [Compile OpenWRT for the WPJ428](./doc/compile.md)
- [Flash OpenWRT on the WPJ428](./doc/flash.md)
- [Manually connect a modem to the network](./doc/manual-modem.md)
- [Our OpenWRT configuration](./doc/config.md)
- [The UDP+Don't Fragment bug](./doc/udp-df.md)
- [Tracking the bandwidth bottleneck](./doc/bottleneck.md)
- [Some logs/data/info about our hardware](./doc/logs.md)
- [Bibliography](./doc/bib.md)
- [Some mostly useless hacks](./doc/hacks.md)
- Guides
- [Our own OpenWRT image for the WPJ428](./doc/compile.md)
- [Flash OpenWRT on the WPJ428](./doc/flash.md)
- [Manually connect a modem to the network](./doc/manual-modem.md)
- [Our OpenWRT configuration](./doc/config.md)
- Problems we encountered
- Wrong dimensions for the board
- Ethernet ports are not configured at boot
- [The UDP+Don't Fragment bug](./doc/udp-df.md)
- [Tracking the bandwidth bottleneck](./doc/bottleneck.md)
- [Some logs/data/info about our hardware](./doc/logs.md)
- Misc
- [Bibliography](./doc/bib.md)
- [Some mostly useless hacks](./doc/hacks.md)