Commit Graph

3 Commits (076e15bb299dbcc1f8cc0d6f260c26f39d81f983)
 

Author SHA1 Message Date
Alvaro Neira Ayuso 076e15bb29 Modify Client state to use enum
During our connections, we are using states to control the Client Socket. We
defined using global variables. In case that we modify this global variable,
we need to change it in serveral parts of the code.

Using enums and declaring a new class, we can redefine the values or create new
states without changing the same code in differents python files.
2020-01-19 19:50:44 +01:00
Alvaro Neira Ayuso 29fe301ec8 Create new ogClient
This commit init the new ogClient. The new ogClient has support for configuring
and for connecting with the ogAdminServer.
2020-01-19 19:50:44 +01:00
Alvaro Neira Ayuso e3d707cfb3 Initial commit 2020-01-19 19:50:43 +01:00