Merge branch 'develop' of https://github.com/coreemu/core into develop
This commit is contained in:
commit
b3aaa870eb
169 changed files with 10968 additions and 21 deletions
|
@ -2,6 +2,9 @@ syntax = "proto3";
|
|||
|
||||
package core;
|
||||
|
||||
option java_package = "com.core.client.grpc";
|
||||
option java_outer_classname = "CoreProto";
|
||||
|
||||
service CoreApi {
|
||||
// session rpc
|
||||
rpc CreateSession (CreateSessionRequest) returns (CreateSessionResponse) {
|
||||
|
|
|
@ -56,7 +56,6 @@ setup(
|
|||
description="Python components of CORE",
|
||||
url="https://github.com/coreemu/core",
|
||||
author="Boeing Research & Technology",
|
||||
author_email="core-dev@nrl.navy.mil",
|
||||
license="BSD",
|
||||
long_description="Python scripts and modules for building virtual emulated networks.",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue