Skip to content

Commit

Permalink
Added problem description for the second problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianfranco Alongi committed Mar 7, 2012
1 parent 9483dd1 commit fc84668
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Two/one.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Background:
You work for a medium sized Software Company focusing on delivering
online training platforms for education withing different sectors.

A dynamic platform base is being outlined and you are part of the
small task force for this.

The idea is to deploy a generic server with plug-in capabilities
which are controlled by a simple socket interface.


Technical:

A first PoC that starts up, opens a port on 50001 and receives
the possible commands, with following result

bind $TYPE $FILE - declare that input and output is processed through $FILE
unbind $TYPE - removes declaration
list bind - lists all bindings

open $PORT $TYPE - opens a port on which all sent/received data is processed through the $TYPE binding
close $PORT - closes the port which processed data through a specific $TYPE
list port - lists all user opened ports

Should be fully tested.

0 comments on commit fc84668

Please sign in to comment.