rh-lab-q / remote-dependency-solving

GNU General Public License v3.0
10 stars 1 forks source link

Client reads configuration file and connects to specific ports client/server #61

Closed phracek closed 9 years ago

phracek commented 9 years ago

Client should be able to read default configuration and connects to relevant port.

Common functions should be provided by #59 issue. Test suite is also welcome.

SimonMatej commented 9 years ago

Parsing is added into cfg_parsing_connection_info branch. But, because garbage collector is broken in that version of project (calling ssds_malloc throws segfault), client currently crashes.