From b0d3fc8c9430bd7bd6d1c8477a561aff78835fc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Z=C3=B3lyomi?= Date: Wed, 24 Jan 2018 13:22:38 +0100 Subject: [PATCH] Refer to latest message-protocol version used in messaging --- generated/regenerate.sh | 2 +- src/IopLocNet.proto | 17 ----------------- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/generated/regenerate.sh b/generated/regenerate.sh index 5e43199..817db12 100755 --- a/generated/regenerate.sh +++ b/generated/regenerate.sh @@ -9,7 +9,7 @@ protoc -I=../src --cpp_out=. ../src/IopLocNet.proto #mkdir /tmp/IopLocNet #echo Downloading Protobuf protocol definitions #wget --quiet --output-document /tmp/IopLocNet/IopLocNet.proto \ -# https://raw.githubusercontent.com/Internet-of-People/message-protocol/60a1bf7cdca63ca3814bcfa1465118e5af87b66d/IopLocNet.proto +# https://raw.githubusercontent.com/Internet-of-People/message-protocol/5988a7d63562bdab776bcdadae16dd217ed9ee97/IopLocNet.proto #protoc -I=/tmp/IopLocNet --cpp_out=. /tmp/IopLocNet/IopLocNet.proto #rm -rf /tmp/IopLocNet diff --git a/src/IopLocNet.proto b/src/IopLocNet.proto index 119fce5..b163866 100644 --- a/src/IopLocNet.proto +++ b/src/IopLocNet.proto @@ -27,23 +27,6 @@ enum Status { // All further network/server types of the Internet of People // that can be registered here so as it can be searched geographically on the client interface. -//enum ServiceType -//{ -// Low level networks -// UNSTRUCTURED = 0; -// CONTENT = 1; -// LATENCY = 2; -// LOCATION = 3; -// -// High level servers -// TOKEN = 10; -// PROFILE = 11; -// PROXIMITY = 12; -// RELAY = 13; -// REPUTATION = 14; -// MINTING = 15; -//}; - // Describe a single service running on the same host. Fields and their formats are analogue to NodeInfo.