Giter Club home page Giter Club logo

ell's Introduction

ELL - Embedded Linux library
****************************

Copyright (C) 2011-2014  Intel Corporation. All rights reserved.


Compilation and installation
============================

In order to compile the source code you need following software packages:
	- GCC compiler
	- GNU C library

To configure run:
	./configure --prefix=/usr

Configure automatically searches for all required components and packages.

To compile and install run:
	make && make install


Kernel dependencies
===================

In order to use this library you need a Linux kernel with support for
epoll and timerfd.

For checksum usage you need if_alg (crypto user-space API) with MD5
and SHA-1 algorithms enabled.

For Diffie-Hellman usage the KEYCTL_DH_COMPUTE command for the
keyctl() syscall is required.

Kernel configuration checklist:

	CONFIG_TIMERFD=y
	CONFIG_EVENTFD=y

	CONFIG_CRYPTO_USER_API=y
	CONFIG_CRYPTO_USER_API_HASH=y
	CONFIG_CRYPTO_MD5=y
	CONFIG_CRYPTO_SHA1=y

	CONFIG_KEY_DH_OPERATIONS=y


Information
===========

Mailing list:
	[email protected]

IRC:
	irc://irc.freenode.net/#ell

For additional information about the project visit the ELL web site:
	https://01.org/ell

ell's People

Contributors

balrog-kun avatar barbieri avatar bgix avatar cktakahasi avatar denkenz avatar e5ten avatar holtmann avatar hundeboll avatar johnnynator avatar jukkar avatar lrusak avatar lucasdemarchi avatar maxice8 avatar maxinbjohn avatar michallowasrzechonek-silvair avatar mjmartineau avatar ossama-othman avatar pfl avatar phomes avatar pseiderer avatar rveerama1 avatar sjanc avatar tretter avatar vcgomes avatar vudentz avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.