Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port program to Python 3 | Alvaro Neira Ayuso | 2020-01-19 | 1 | -3/+3 |
| | | | | | Python 2.7 will be deprecated in January of 2020. So, we need to have the program with a supported api. | ||||
* | Add HTTP parser support | Alvaro Neira Ayuso | 2020-01-19 | 1 | -0/+54 |
The new OpenGnsys support to communicate server and client side will be HTTP. This new class allows us the support for parsing all the message received from the server in HTTP format. |