diff --git a/README.md b/README.md index 58271fd..6ccc044 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,10 @@ exit * Finnaly, start Ocean again. The system should now run fine. Please have a look at the ICCC startup logging messages. ### Use Ocean as distributed messaging broker -For this case, you can now start your other ICCC components. This are e.g. some Java, Python or C# programs which are using the Ocean ICCC drivers. These drivers currently under development and they will be available soon. +For this case, you can now start your other ICCC components. This are e.g. some Java, Python or C# programs which are using the Ocean ICCC drivers. These drivers currently under development and they will be available soon. **The next priority:** OceanPy, the ICCC driver for Python. + +**Available ICCC drivers:** +- [OceanNET - ICCC with .NET and C#](https://github.com/SommerEngineering/OceanNET) ### Use Ocean as framework e.g. for websites For this case, an example project with documentation is available here: https://github.com/SommerEngineering/Example003