Giter Club home page Giter Club logo

pyli5's Introduction

pyli5 module

Proof of concept for LI infrastructure in 5G SA Core. pyli5 is part of the P3LI5 and provides the components to simulate a new protocol allowing privacy-preserving LI on 5G. pyli5 only supports modified message protocols to perform private LI. However it provides modules for parsing X1 and H1 messages as per ETSI and 3GPP specifications (TS 133 127, TS 133 128, 103 221, 103 120) and can support LI_HI1, LI_HIQR. LI_XQR, LI_XEM and LI_XER interfaces. There is no current support for TLS. Components are meant to be deployed using Docker following P3LI5.

RUN

We provide scripts in the form of start_*.py for bootstrapping the various components.

GRPC

We already provide the Python bindings for GRPC. This is how they were generated (for reference):

Python

  • Install grpc:
pip install grpcio
pip install grpcio-tools
  • Run protoc inside src/pyli5/lea:
python3 -m grpc_tools.protoc -I . --python_out=. --grpc_python_out=. client.proto
  • Fix imports:
    • in client_pb2_grpc.py:
    import pyli5.lea.client_pb2 as client__pb2
    
  • Same applies for icf.

pyli5's People

Contributors

intx4 avatar

Stargazers

brenda c cluff avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.