exelix11 / nxIpc

Simple C++ lib to create an IPC service on switch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nxIpc

This is a simple header-only library for hosting IPC services on switch.

The main purpose is building simple homebrew services without having to include libstratosphere, that's why this library is very barebones and only supports a limited set of the HOS ipc system, capabilities may or may not be extended in the future.

Credits

The ipc server over at sys-clk was a great documentation on implementing an IPC service

About

Simple C++ lib to create an IPC service on switch

License:MIT License


Languages

Language:Makefile 45.7%Language:C++ 42.0%Language:C 12.3%