CELIX-265: refactored discovery_shm to set non-default configuration
4 files changed
tree: 47869ee4dde74da8408f7e8847897a8d75a2ab8d
  1. cmake/
  2. dependency_manager_2/
  3. deployment_admin/
  4. device_access/
  5. doap/
  6. documents/
  7. event_admin/
  8. examples/
  9. framework/
  10. hessian/
  11. launcher/
  12. log_service/
  13. log_writer/
  14. remote_services/
  15. remote_shell/
  16. scr/
  17. shell/
  18. shell_bonjour/
  19. shell_tui/
  20. utils/
  21. .gitignore
  22. .travis.yml
  23. BUILDING
  24. CHANGES
  25. CMakeLists.txt
  26. config.h.in
  27. Doxyfile.in
  28. KEYS
  29. LICENSE
  30. MiniZip64_info.txt
  31. NOTICE
  32. rat-excludes.txt
  33. README.md
  34. RELEASE_NOTES
README.md

#Apache Celix Build Status Apache Celix is an implementation of the OSGi specification adapted to C. It will follow the API as close as possible, but since the OSGi specification is written primarily for Java, there will be differences (Java is OO, C is procedural). An important aspect of the implementation is interoperability between Java and C. This interoperability is achieved by porting and implementing the Remote Services specification in Celix.

##Building For information how to build Apache Celix see BUILDING

##Introduction to Apache Celix For an introduction into Apache Celix see Getting Started Guide