oofteerapud02 / physics-command

Physics platform is a tool for hardware systems (e.g: raspberryPi 3B ). It retrieves data passing through the network and sends it to a control panel. It works the same way as a botnet by receiving remote commands. (you can imagine that as a black box)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Physics platform is a tool for hardware systems (e.g: raspberryPi 3B). It retrieves data passing through the network and sends it to a control panel. It works the same way as a botnet by receiving remote commands. (you can imagine that as a black box)

physics hardware

You can check repository of physics-hardware

INSTALLATION

  1. composer update
  1. generate .env with database information
  1. php artisan migrate
  1. php artisan physics:createUser username password
  1. php artisan key:generate
  1. configure your domain to public/ folder.
  1. configure a cronjob (* * * * * php /physics-commandProject/artisan schedule:run >> /dev/null 2>&1)

About

Physics platform is a tool for hardware systems (e.g: raspberryPi 3B ). It retrieves data passing through the network and sends it to a control panel. It works the same way as a botnet by receiving remote commands. (you can imagine that as a black box)


Languages

Language:PHP 81.1%Language:HTML 14.3%Language:CSS 3.2%Language:JavaScript 0.9%Language:Vue 0.5%