CELIX-282: Tag of Celix version 2.0.0.alpha2
CELIX-282: Update for licence info C Thread Pools
4 files changed
tree: 971118d62c48b6edc80c44fd55b374527d6f3dff
  1. celix-bootstrap/
  2. cmake/
  3. config_admin/
  4. dependency_manager/
  5. deployment_admin/
  6. device_access/
  7. dfi/
  8. doap/
  9. documents/
  10. event_admin/
  11. examples/
  12. framework/
  13. hessian/
  14. launcher/
  15. log_service/
  16. log_writer/
  17. remote_services/
  18. remote_shell/
  19. scr/
  20. shell/
  21. shell_bonjour/
  22. shell_tui/
  23. utils/
  24. .gitignore
  25. .travis.yml
  26. BUILDING
  27. CHANGES
  28. CMakeLists.txt
  29. Dockerfile.Android
  30. Doxyfile.in
  31. KEYS
  32. LICENSE
  33. MiniZip64_info.txt
  34. NOTICE
  35. rat-excludes.txt
  36. README.md
  37. RELEASE_NOTES
README.md

#Apache Celix Build Status Coverage Status Coverity Scan 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