Merge branch 'feature/CELIX-247_android_support' of https://git-wip-us.apache.org/repos/asf/celix into feature/CELIX-247_android_support
tree: 886cbb16bfcd386cf870d26cafdff929947c9066
  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. Dockerfile
  28. Doxyfile.in
  29. KEYS
  30. LICENSE
  31. MiniZip64_info.txt
  32. NOTICE
  33. rat-excludes.txt
  34. README.md
  35. 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