Languages / Page 2

  1. A mobile app to help experimenters to get the emotional state of theirs subjects We developed a mobile app to help experimenters get the emotional state of their subjects. This adapted version of the Geneva Emotion Wheel instrument is flexible and configurable for a wide range of context. Data is recorded, stored and easy to […]

  2. 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

  3. ns-3 is an open source network simulator targeted primarily for research and educational use. Considering its broad use, and the number of modelled technologies (see main models and its App store), ns-3 has become a reference tool for Wi-Fi studies, among others. The latest Wi-Fi generation, Wi-Fi 6, comes with a promising technique: the OFDMA. […]

  4. 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 […]

  5. Bmc-cache is a transparent, first-level cache for memcached. Bmc-cache leverages the eBPF technology to enable runtime, crash-safe extension of the Linux kernel, as well as the XDP technology to process memcached requests before the execution of the kernel network stack. Bmc-cache can be used without modifying either the application or the Linux kernel and can […]

  6. 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 […]

  7. The IoT SAFE APDU library is the first, partial, open source implementation of the GSMA IoT SAFE standard written in plain C. It enables the use of the (e)SIM as a keystore. By plugging this library to a TLS (or DTLS) library, such as mbedTLS or ArduinoBearSSL, it allows the user to implement the first […]

  8. 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 […]

  9. 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.