Giter VIP home page Giter VIP logo

Comments (2)

traversaro avatar traversaro commented on June 18, 2024

The project had custom apt packages (https://download.eclipse.org/zenoh/debian-repo/), that we can take as inspiration for the names of the libraries:

  • zenohd : zenoh router executable
  • libzenoh-c : C library
  • libzenoh-cpp : C++ library

I have just some doubts on the name of the python library. The python module name and the PyPI name is eclipse-zenoh, however it seems strange to use eclipse in the name of the library only in Python, while do not have it in the rest of the package names. However, have the same name in conda-forge and PyPI is also quite convenient, so it may be just easier to have the python package name simply called eclipse-zenoh.

from staged-recipes.

traversaro avatar traversaro commented on June 18, 2024

Note that there may be some tricky aspects related to zenohd and its plugin packaging:

As Rust doesn't have a stable ABI, the plugins should be built with the exact same Rust version than zenohd, and using for zenoh dependency the same version (or commit number) than 'zenohd'. Otherwise, incompatibilities in memory mapping of shared types between zenohd and the library can lead to a "SIGSEV" crash.

For the time being, my goal is just to have libzenoh-c and libzenoh-cpp, that anyhow can be used in peer2peer mode without the use of zenohd, so I will concentrate on package first libzenoh-c and then libzenoh-cpp.

from staged-recipes.

Related Issues (20)

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.