MANUAL

This manual serves as a central hub for documentation, guides, and resources related to working with CSP.

Whether you’re a developer, contributor, or simply curious about the platform, this wiki is here to help you get started either using or contributing to CSP.

Getting Started

Connected Spaces Platform currently provides APIs for 3 languages: C++, C#, and TypeScript/JavaScript. For a quick guide on getting started with Connected Spaces Platform, follow the link below that corresponds to the language you use:

Tutorials

Use these tutorials to help you get your CSP-enabled application running as fast as possible.

Processes, Principles and Tooling

Documentation on processes and principles that the library adheres to.

Building CSP

If you’re forking CSP for your own purposes, or seeking to contribute back, you can find documentation on how to build CSP here.

Debugging

Inevitably, at some point you will encounter unexpected behavior in your application, and you’ll break out the debugger to diagnose.

CSP itself is also debuggable, and in this section you can learn how to dive inside the library at runtime.