Skip to content

Code Phun NetChallonged wiki

technocake edited this page Feb 24, 2012 · 2 revisions

This is the development wiki for the codephun Net Challonged project. This is a challenge system, consisting of a server daemon (netchallonged.py) and a web user interface.

The challenges are open for anyone.

How the challenges work

Each challenges require a user to write a program that connects to the server on port 1337 on a tcp socket, and does the following:

  1. Sends nickname
  2. Receives a challenge
  3. Sends an answer
  4. Receives Correct / Incorrect
Clone this wiki locally