Skip to content

cnp3/INGInious-packets

Repository files navigation

INGInious-packets

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.

Localization

To update the .po files, make sure to have the inginious and inginious-problems-network-trace packages in your Python PATH.

  • To generate the .pot files:

      pybabel extract -F babel.cfg -o \$i18n/messages.pot  .
    
  • To update existing .po files (replace update by init to add a new translation):

      pybabel update -i \$i18n/messages.pot -l {lang} -o \$i18n/{lang}.po
    
  • To compile .po files:

      pybabel compile -i \$i18n/{lang}.po l {lang} -o \$i18n/{lang}.mo
    

About

INGInious exercises that use the packet dissector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages