Skip to content

Releases: BorcilaVasile/Remote-procedure-call-

RPC_library_package_v2

16 Jan 10:46
Compare
Choose a tag to compare

Release v2.0.0 - Bug Fixes and Improvements

This release addresses several issues and includes stability improvements, making it more reliable and efficient for your projects.

What's New:

  • Fixed bugs related to file operations.
  • Improved the error handling mechanism with a simple logger.
  • General stability and performance enhancements.

Thank you for your support!

RPC_library_package

27 Nov 11:32
Compare
Choose a tag to compare

🎉 Release: RPC Library - Version 1.0

Description:

This is the first stable release of the RPC (Remote Procedure Call) library, designed to facilitate client-server application development. The library allows communication between a client and a server through remote procedure calls, with support for security (OpenSSL) and data serialization (Protobuf). Install rpc_package.tar.gz on your device and follow the instructions from the ReadMe file.

This release includes all the necessary files for easy integration of the library into your projects.


What's Included in This Release:

  • Dynamic Library (libRPC.so)
    The compiled binary file of the library, ready for use.

  • Header Files
    All the necessary header files required to use the library's API in your projects, located in the include directory.

  • Installation Script (install_rpc.sh)
    An automated script for installing the library and header files on your system.