Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 409 Bytes

File metadata and controls

17 lines (14 loc) · 409 Bytes

mapperd

mapperd is a tool providing access to the libmapper API from sandboxed environments, namely the browser.

Prerequisites

  • libmapper 2.4.8+
  • .NET 8

Running

Checkout the repo, then start the server:

$ dotnet run

By default the server will start listening on http://localhost:5001.

Developers

See developers.md