1
0
Fork 0
mirror of https://gitlab.com/niansa/llama_any.git synced 2025-03-06 20:48:27 +01:00
No description
Find a file
2023-04-18 14:38:50 +00:00
basic-coro Fixed 'Result' type conflict and added missing include to SingleEvent.cpp 2023-04-07 09:35:13 +02:00
.gitignore Initial commit 2023-04-03 22:06:29 +02:00
AsyncManager.cpp Fixed 'Result' type conflict and added missing include to SingleEvent.cpp 2023-04-07 09:35:13 +02:00
AsyncManager.hpp Fixed 'Result' type conflict and added missing include to SingleEvent.cpp 2023-04-07 09:35:13 +02:00
Client.cpp Removed condition for empty tokens (there won't be any) 2023-04-08 14:42:06 +02:00
Client.hpp Fixed 'Result' type conflict and added missing include to SingleEvent.cpp 2023-04-07 09:35:13 +02:00
CMakeLists.txt Use basic-coro for coroutines 2023-04-06 09:07:53 +02:00
LICENSE Add LICENSE 2023-04-14 18:30:48 +00:00
main.cpp Added 'Result' type 2023-04-06 10:00:27 +02:00
README.md Improved readme 2023-04-18 14:38:50 +00:00
Receiver.cpp NDS: Display console on top, keyboard on bottom 2023-04-07 10:32:23 +02:00
Receiver.hpp Fixed 'Result' type conflict and added missing include to SingleEvent.cpp 2023-04-07 09:35:13 +02:00
Runtime.cpp Initial commit 2023-04-03 22:06:29 +02:00
Runtime.hpp NDS: Display console on top, keyboard on bottom 2023-04-07 10:32:23 +02:00
Sender.cpp NDS: Display console on top, keyboard on bottom 2023-04-07 10:32:23 +02:00
Sender.hpp Fixed 'Result' type conflict and added missing include to SingleEvent.cpp 2023-04-07 09:35:13 +02:00
Socket.hpp Use basic-coro for coroutines 2023-04-06 09:07:53 +02:00

llama.any

A cross-platform CLI client for the llama.any protocol

Building

This CMake project builds using the Nintendo DS and Nintendo 3DS devkitpro toolchains or on both Linux and Windows. More platforms may easily be implemented at Runtime.{hpp,cpp}.

Server

The server repo is located at: https://gitlab.com/niansa/llama_any_server!