|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.openuat.apps.ShakingSinglePCDemonstrator
public class ShakingSinglePCDemonstrator
This is a simple demonstrator for the shaking authentication. It shows both protocol variants with a simple GUI.
| Constructor Summary | |
|---|---|
ShakingSinglePCDemonstrator(java.lang.String device1,
java.lang.String device2,
int deviceType)
The only constructor for the shaking demonstrator. |
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShakingSinglePCDemonstrator(java.lang.String device1,
java.lang.String device2,
int deviceType)
throws java.io.IOException
device1 - If deviceType is set to 1, this specifies the log file (or pipe) to
read the pulse-width parallel port data. A special case is a syntax
"port:device2 - If deviceType is set to 2, this specifies the name of the second
serial port or the second Bluetooth MAC address to read from the
WiTilt sensor. If deviceType is set to 1, it is simply ignored.deviceType - The sensor device type to use. If set to 1, pulse-width signals
will be sampled from the parallel port. If set to 2, WiTilt devices
will be used with a (virtual) serial port, if set to 3, WiTilt devices
will be used via JSR82 RFCOMM channels.
java.io.IOException| Method Detail |
|---|
public static void main(java.lang.String[] args)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||