This is the command mig that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
mig - message interface generator for TinyOS
SYNOPSIS
mig [any ncc option] [tool-specific options]
[-o output-file]
tool msg-format-file message-type
DESCRIPTION
mig is a tool to generate code to process TinyOS messages (which are specified by C
types).
mig options is equivalent to nescc-mig -nescc=ncc options. For details on mig's output and
options, please read see the nescc-mig man page.
EXAMPLE
APPDIR=`ncc -print-tosdir`/../apps/Ident
mig java -I $APPDIR -target=mica2 \
-java-classname=net.tinyos.ident.IdentMsg \
$APPDIR/App.nc IdentMsg -o IdentMsg.java
Use mig online using onworks.net services