Skip to content

fitosegrera/MFADT_thesis_prototype_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

MFADT_thesis_prototype_1

First prototype: Using Intel's Edison to meassure the network traffic of a user in a particular computer. A linear bar led graph hooked to an Intel Edison board will display the results.

###Dependencies

For the intel Edison:

-wiringx86 python library that must be installed in the Edison. -PIP pyton package manager -pymongo library for connecting to a mongodb database using python.

For the user's computer:

-PIP pyton package manager -pymongo library for connecting to a mongodb database using python. -scapy for network traffic analisis

#Steps

Install wiring-x86 on the intel edison. Download using curl from: LINK

curl -O -L https://github.com/emutex/wiring-x86

Once downloaded type:

cd wiring-x86

python setup.py install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages