Python

  1. This software implements a video coding algorithm based on neural networks. It is implemented in python using the PyTorch framework. The neural networks are pre-trained and allow video encoding at rates around 1 Mbit/s. It is the reflection of 2 publications presented at international conferences: Conditional Coding for Flexible Learned Video Compression (ICLR 2021) [1][2] […]

    Python

    Published on

  2. A low-impact internal latency measurement tool for OpenAirInterface 5G should provide low latency transmissions for new services (e.g. Industry 4.0). The measurement of such latencies inside the access network is a challenge for which LatSeq is designed. LatSeq is an open-source tool for fine-grained analysis of latency inside the OpenAirInterface base station. This tool is […]

  3. Fiware is an Open Source platform and Orion is its broker component that handles NGSI entities and subscriptions. Orion is heavily used inside the PIXEL europen project and widely used to collect data from IoT and so on. python-orion-client is a Fiware Orion API Python client implementation. It comes along with helpers to handle NGSI […]

  4. The NMaaS (Network Monitoring as a Service) is an open source platform which enables to deploy and manage containerized applications on a pool of servers. This environment is oriented towards the management of network tests, of which it will graphically report the metrics collected in real time. It is more precisely a collection of open […]

  5. The Dynamic Time Warping (DTW) allows to measure the difference between two temporal sequences, that can have significant distortions one to another. This code implemented in Fortran allows a very efficient access to this function under Python. Find OrangeDTW library published by Orange Labs on our GitHub under MIT License.

  6. rtpy is a dedicated Python wrapper for the JFrog Artifactory REST API. By releasing it we hope to grow the community of JFrog Artifactory API users. Download rtpy from Orange-OpenSource GitHub and read the documentation here. Source code has been published under Apache v2.0 license.

  7. pyDCOP is a library implementing many Distributed Constraints OPtimization (DCOP) algorithms. Its goal is to foster academic research on DCOP by providing an easy to use library to help researcher studying and benchmarking DCOP algorithms and building new ones. pyDCOP is use-case agnostic : it can be embedded in other application to implement distributed coordination […]

  8. “Datashare client python” is a client for the API provided by the datashare project https://developer.orange.com/apis/datashare/). It provides entry point for the oauth2 process and the calls to the remote API.

  9. Orange has developed and open sourced a Diameter fuzzer, based on specifications of Diameter applications following rfc 3588 / 6733. Fuzzing is a security oriented activity performed on protocol stacks. Diafuzzer is composed of several different tools: simple and accurate Diameter callflows, based on pcap traces script language to perform additional functions such as logging, […]