タグ

2014年2月5日のブックマーク (2件)

  • Hawtio - A modular web console for managing your Java stuff

    Modular architectureHawtio is a pluggable Web management console, built with the modern Web technologies such as React and PatternFly. The pluggable architecture is based on Webpack Module Federation and highly extensible; you can dynamically extend Hawtio with your own plugins or automatically discover plugins inside the JVM. PluginsHawtio has built-in plugins already to make it highly useful out

    bopperjp
    bopperjp 2014/02/05
    ダッシュボード
  • BrickPi お試し その2

    先日、BrickPi を入手して、ひと通りの設定を行いましたので、簡単なプログラムで動作を試してみようと思います。試すにあたって、LEGOの機構というか駆動モデルとして、この辺りを組み立ててみました。が、Instruction通りに組んでもずれていたりするので、適当に修正してやる必要があります。今回は、NXTモータの代わりにEV3を使ったので、取付軸や穴の形状も少し違うのでそこも適宜変更しました。 Bluetooth接続したDualShock3コントローラの左右のアナログスティックの上下方向でロボットの左右のクローラのスピードをコントロールするようなプログラムを動かしてみました。 #include <stdio.h> #include <math.h> #include <time.h> #include <linux/i2c-dev.h> #include <fcntl.h> #incl

    BrickPi お試し その2