Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

add REST API support #11

Open
spencersevilla opened this issue Mar 27, 2019 · 2 comments
Open

add REST API support #11

spencersevilla opened this issue Mar 27, 2019 · 2 comments

Comments

@spencersevilla
Copy link

We could greatly use a simple/basic way to query the EPC for various stats/information. At a minimum, this should include everything in the stats printout (number of eNB/UE) as well as uptime and some other basic health stats.

@spencersevilla
Copy link
Author

we can use libonion to do this https://www.coralbits.com/libonion/

@matt9j
Copy link
Member

matt9j commented Mar 28, 2019

Another option is to use an RPC style framework like grpc w/ protobuf. It's more structured so there is a little more work up front to specify messages, but gives you nice type checked abstractions into other supported languages instead of just a uri. RPC is likely overkill for simple REST stats querying, but does scale better if we do ever want to stream information out or notify on events.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants