A SDK for making a matrix client, with focus on 3ds support and E2EE
Find a file
2019-10-21 12:38:04 +02:00
include room info callback 2019-10-20 23:49:08 +02:00
source remove unneeded stuff 2019-10-21 12:38:04 +02:00
.gitignore working example 2019-10-16 18:39:57 +02:00
Makefile working example 2019-10-16 18:39:57 +02:00
README.md very basic readme 2019-10-18 13:50:19 +02:00

Support room on Matrix donate

matrix-3ds-sdk

This is a matrix SDK for the Nintendo 3DS.

Compilation

make
make install

Usage

This library depends on jansson and liburl, so be sure to add the following libraries to your projects makefile:

-lmatrix-3ds-sdk -ljansson `curl-config --libs`