cheuble / WSA_CTR

WebSocket abstraction and implementation layer (mainly) for the 3DS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WSA_CTR

WSA_CTR is a C++ library for the 3DS which provides abstraction for WebSockets (ws://) and Secure WebSockets (wss://) for an application or library using it.

Dependencies

  • wslay (for lower-level WebSocket abstraction)
  • nettle (for base64 encoding and SHA1 hashing)

Note: these libraries can be installed from Cruel's portlibs, see this for more instructions.

License

WSA_CTR is licensed under the GNU LGPLv3 license. Please see LICENSE for more info.

About

WebSocket abstraction and implementation layer (mainly) for the 3DS

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 93.7%Language:C 6.3%