Git Product home page Git Product logo

wrc_logger's Introduction

WRC LOGGER

A tool to monitor the status of a WR device running the WR Core

Usage

Execute run_log with the following parameters:

  • -v | --verbose : Enables extra information to the output of the program.

  • -r | --remote : Here you need to input the IP address of the WR device. Example: run_log -r 192.168.1.2

  • -i | --interval: This parameters specifies the timeout between each check, in seconds. Example: run_log -i 60 # Check the state 1 time per minute

  • -s | --sync : This enables the synchronization state checking. If the servo state is not TRACK_PHASE the test will alert the user.

  • -t | --temp : This parameters allow the tracking of the temperature of the board. You need to input the temperature range accepted. Example: run_log -t 10,60 # If temperature is below 10ºC or highest than 60 ºC it will alert the user

  • -l | --conn : Indicates the protocol used to communicate with the WR device. Valid protocols are ssh and Etherbone. Example: run_log -l ssh

  • -o | --output : If this flag is used the output generated will be saved to a file. Example: run_log -o log.txt

  • -c | --check : This option is used to check a raw log generated by a previous test. You need to specify (before -c option) which type of checking you want, ie. -c and/or -t. Example: run_log -v -s -t 10,50 -c log.txt

If you use the option -i the test will run in continuous mode till you press the key combination ctrl-c. Then the test will check the raw log generated.

GPIO Tool

Allows to turn on or off the GPIO pins

Installation

In order to use this tool first modify your /etc/sudores file and add under root:

{USERNAME} ALL=(ALL) NOPASSWD: /usr/local/bin gpio

Usage

  • number : Change GPIO pin, only allow 17, 22 and 27. Example: gpio 17 on

  • status : Turn on or off the GPI. Example: gpio 17 off

wrc_logger's People

Contributors

danimegar avatar felipet avatar petramika avatar

Stargazers

Miguel Jimenez Lopez avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

felipet

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.