Skip to content

A RPC framework named XIC and its dependencies (VBS serialization, SRP6a authentication, C and C++ libraries). A XIC client is also implemented in PHP7 as an extension.

bitcv/knotty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

knotty

A RPC framework named XIC and its dependencies.

The XIC RPC is implemented in C++, PHP (as an extension), and Python (partially implemented).

The data communicated between the XIC servers and clients are serialized using VBS.

VBS is a data serialization method similar to JSON in structure. But VBS is binary based instead of text based, which makes it fast to encode and decode compared with JSON.

A XIC server can optionally authenticate the client using SRP6a, which makes the RPC server not be abused by malware. The communications between server and client can be encrypted and authenticated with AES-EAX if configured.

About

A RPC framework named XIC and its dependencies (VBS serialization, SRP6a authentication, C and C++ libraries). A XIC client is also implemented in PHP7 as an extension.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published