Skip to content
Snippets Groups Projects
Select Git revision
  • 097761bc17d7ee35e28b5fe13173d0f04fd2e682
  • main default protected
  • tags/misc
  • tags/version-0.5r2
  • tags/version-0.6
  • tags/version-0.4
  • tags/version-0.5r1
  • tags/libxaal_v01
  • tags/generic-feedback-renderer_complexAPI
  • tags/testing-libsodium
  • tags/testing-nettle
  • tags/testing_ajax
  • tags/testing_clearsilver
  • tags/testing_jansson
  • tags/testing_jsmn
  • tags/testing_json-c
16 results

libxaal_aux

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    clohr authored
    git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/C/branches/version-0.7@2884 b32b6428-25c9-4566-ad07-03861ab6144f
    097761bc
    History
    # libxaal_aux
    Auxiliary helpers for developing xAAL devices
    
    Functions provided here are not part of the xAAL specifications, but they are convenient.
    Everything here is optional or could be provided in another way.
    This may introduce new dependencies.
    
    
    ## Contains:
    - xAAL_aux_eth_addr(): Get the Ethernet address of the interfaces of the host in a way suitable for filling hwInfo (get_description)
      The implementation is based on libmnl/examples/rtnl/rtnl-link-dump.c (Linux kernels having netlink)
      Dependency: libmnl-dev
    - Nothing else for now ;-)