This repository contains the new exercises for the third edition of the open-source Computer Networking: Principles, Protocols and Practice ebook that use Maxime Piraux's packet dissector and are hosted on the INGINIOUS at https://inginious.org/course/cnp3
These exercises are covered by a GPL license.
To update the .po files, make sure to have the inginious and inginious-problems-network-trace packages in your Python PATH.
- 
To generate the .potfiles:pybabel extract -F babel.cfg -o \$i18n/messages.pot .
- 
To update existing .pofiles (replaceupdatebyinitto add a new translation):pybabel update -i \$i18n/messages.pot -l {lang} -o \$i18n/{lang}.po
- 
To compile .pofiles:pybabel compile -i \$i18n/{lang}.po l {lang} -o \$i18n/{lang}.mo