Skip to content

gamelinux/echidna-refresh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Echidna RESTful API:

Dependencies:
- Mojolicious
- AnyEvent
- EV
- Morbo Server (Mojolicious Non-blocking server)

* AnyEvent
  - EV
  - AnyEvent::DBI




# TESTING

# move to the root of the source

# add the nodes you wish to monitor to echidna.yml
# 3 default nodes with UUID's are pre-defined for testing.


# START SERVER (NODE - CONNECTOR)

# start echidnad
PERL5LIB=./lib ./echidnad --config=./etc/echidna.yml


# START AGENTS (NODE - COLLECTOR)

# start cxtrackerd
PERL5LIB=./lib ./cxtrackerd --config=./etc/cxtrackerd.yml

# start barnyard2d
PERL5LIB=./lib ./barnyard2d --config=./etc/barnyard2d.yml

# start passivednsd
PERL5LIB=./lib ./passivednsd --config=./etc/passivednsd.yml

About

Architectural PoC for Echidna framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 100.0%