Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Commit

Permalink
Refer to latest message-protocol version used in messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
izolyomi committed Jan 24, 2018
1 parent 4d10cb2 commit b0d3fc8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion generated/regenerate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 0 additions & 17 deletions src/IopLocNet.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b0d3fc8

Please sign in to comment.