8000 GitHub - sidcha/limpid: A server/library that turns your application into an API server and allows interaction from an external application.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ limpid Public

A server/library that turns your application into an API server and allows interaction from an external application.

License

Notifications You must be signed in to change notification settings

sidcha/limpid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Limpid

Limpid is library that allows data transfer to/from your embedded Linux application. It is has no external dependencies and provides a a easy interface thus having minimal impact on existing application.

Features

  • Includes a miniature readline implementation.
  • No external dependency.
  • Little to no impact on existing software.

Usage

Have a look at examples/cli/ directory for creating a console server and client and examples/api for creating a JSON AIP server.

Build and Install

Limpid can be cross compiling by exporting your compiler prefix. If you want to compile with arm-linux-gnueabihf-gcc, you would have to export CROSS_COMPILE=arm-linux-gnueabihf-. Of course, the path to your compiler should be exported in your shell's PATH environment variable. You can skip this step if you are building host.

Additionally, you could export PREFIX=/custom/install_dir if you are installing to a non standard install path.

To build and install limpid,

make && make install

Bugs

Report bugs to Siddharth Chandrasekaran siddharth@embedjournal.com

About

A server/library that turns your application into an API server and allows interaction from an external application.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0