Mumble client library for C (WIP!!!)
Go to file
latex 82ca959ff7 restructure include and fix makefiles
* restructed include/ to have a umumble folder
* fix the makefile to use the new include structure
* tests makefile now builds inside root build folder
* added TODO list for shit I gotta do
* laid groundwork for packet parsing/packing: mumble_packet_gen_header
2023-02-11 02:01:21 +01:00
deps Add nanopb 0.4.7 as submodule 2023-01-23 00:11:01 +01:00
include/umumble restructure include and fix makefiles 2023-02-11 02:01:21 +01:00
src restructure include and fix makefiles 2023-02-11 02:01:21 +01:00
tests restructure include and fix makefiles 2023-02-11 02:01:21 +01:00
.gitignore restructure include and fix makefiles 2023-02-11 02:01:21 +01:00
.gitmodules Add nanopb 0.4.7 as submodule 2023-01-23 00:11:01 +01:00
LICENSE add LGPLv3 license 2023-01-29 18:18:30 +01:00
Makefile restructure include and fix makefiles 2023-02-11 02:01:21 +01:00
README Update README with better desc 2023-01-22 22:51:28 +01:00
TODO restructure include and fix makefiles 2023-02-11 02:01:21 +01:00
config.mk restructure include and fix makefiles 2023-02-11 02:01:21 +01:00

README

libumumble: a Mumble client library for C

Right now there is no code, but I want to give this a shot as I want to make a
Mumble client due to dissatisfaction with the official client.