User Ratings

★★★★★
★★★★
★★★
★★
1
0
1
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5

Rate This Project
Login To Rate This Project

User Reviews

  • I was waiting for someone to do this. Great little application. Easily compiled with no hand holding. Compiled on openSuse 11.4 and 13.1.
  • I compiled the tarball on ubuntu 12.04. Two little issues: First, it needs package libudev-dev in addition to libudev. Took a little while to realize that sometimes "dev" means /dev and sometimes it means "development." Second issue is with the Makefile in src/data: Resolution into udevadm doesn't quite work, and I kept getting "sudo: DEVADM: command not found". Took a while to understand. I'm lazy, so I just forced install-data-hook to use $(UDEVADM) rather than $(UDEVADM_COMMAND). In the app, "wm100 -h" doesn't work because the getopt_long() call is missing "h" in the 3rd arg. It should be: getopt_long (argc, argv, "hgcis::d:tvle:", long_options,&option_index)) != -1) The device sample rate is wrong. I have it set for 5sec, but the app is fixed at 2s. The windows wm100 application lets you change the sample rate. Other than those little things, all seems to work OK.