Skip to content

Commit

Permalink
initialisation with and without Richkware Manager Server
Browse files Browse the repository at this point in the history
  • Loading branch information
richkmeli committed Dec 9, 2017
1 parent cd7c762 commit e68550c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
#include "src/richkware.h"

int main() {
Richkware richkware("Richk","richktest","192.168.99.100", "8080");
// with RichkwareManagerServer
//Richkware richkware("Richk","richktest","<RichkwareManagerServer IP>", "<RichkwareManagerServer PORT>");
// without RichkwareManagerServer
Richkware richkware("Richk","richktest");

// PUT YOUR CODE HERE

Expand Down

0 comments on commit e68550c

Please sign in to comment.