Skip to content

mosolovsa/wsss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WSSS

We've got websocket server in plain C. Server sending C struct:

struct {
    uint8_t  uint8;
    uint32_t uint32;
}

In case of receiveing "1" - server sending struct, aligned by default, in case of receiveing "2" - server sending struct, aligned by 1 byte.

Implemented on some kind of a request

About

Websocket server struct provider

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages