Code
/// The configuration of the Json server which enables the json remote interface
/// * port : Port at which the json server is started
// "jsonServer" :
// {
// "port" : 19444
// },
/// The configuration of the Proto server which enables the protobuffer remote interface
/// * port : Port at which the protobuffer server is started
// "protoServer" :
// {
// "port" : 19445
// },
Display More
einschalten aka die // davor weg also
Code
/// The configuration of the Json server which enables the json remote interface
/// * port : Port at which the json server is started
"jsonServer" :
{
"port" : 19444
},
/// The configuration of the Proto server which enables the protobuffer remote interface
/// * port : Port at which the protobuffer server is started
"protoServer" :
{
"port" : 19445
},
Display More