CHGL-Server

Usage

use CHGL-Server;
config const ServerPort = 5555

This is a server intended to be used with a python client connected over ZMQ. This has been heavily inspired by Arkouda, the first project to take this approach. This is a prototype and is intended as a brief proof-of-concept; the hope is that CHGL will have integration with Arkouda at a later date.

param SYN = 0
param ACK = 1
param CREATE_GRAPH = 2
param ADD_INCLUSION = 3
param GET_SIZE = 4
proc main()
proc get_hostname(): string