Skip to content

This is the main library containing the openair resources and components

License

Notifications You must be signed in to change notification settings

Nutria-LUG/libopenair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIB OPEN AIR
============

 This is the main library used in open air system.

# USAGE
 After installation you can import the header files:
  *  libopenair/configuration.hh
  *  libopenair/curl_service_connector.hh

 To compile it you must link one of the shared or static
 libary.

 ## SHARED
  Use the g++ -l option:
   > g++ my_prog.cc -o my_prog -lopenair

 ## STATIC
  Use the g++ -l: option:
   > g++ my_prog.cc -o my_prgo -l:libopenair.a

About

This is the main library containing the openair resources and components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published