Skip to content

Wireless Intrusion Detection based on acoustic data. Support by Raspberry and MATRIX Creator.

Notifications You must be signed in to change notification settings

clamli/Wireless-Intrusion-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

# Wireless Intrusion Detection

# Device

  • MATRIX Labs MATRIX Creator
  • Raspberry Pi 3 Model B

# Pre-Installation

  • balenaEtcher: Flash OS images to SD cards.

  • RASPBIAN STRETCH WITH DESKTOP: Image with desktop based on Debian Stretch.

  • Driver installation for Microphone Array

    > curl https://apt.matrix.one/doc/apt-key.gpg | sudo apt-key add -
    > echo "deb https://apt.matrix.one/raspbian $(lsb_release -sc) main" | sudo tee     /etc/apt/sources.list.d/matrixlabs.list
    > sudo apt-get update
    > sudo apt-get upgrade
    > sudo reboot
    > sudo apt install matrixio-kernel-modules
    > sudo reboot
    

# Commands

  • Raspberry end

    cmake --build . && ./bin/Mic       // run in /cpp/build, data record and transmission
    
  • PC end

    python display.py                  // data analysis and display
    

# References

About

Wireless Intrusion Detection based on acoustic data. Support by Raspberry and MATRIX Creator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published