thomasletsch / opencean

EnOcean Java Library
2 stars 6 forks source link

Complete example with EnoceanBufferedDummieConnector #10

Open mcicolella opened 10 years ago

mcicolella commented 10 years ago

I'm trying to use use your "fake" connector to test my plugin. But I think I'm missing something about eep configuration. The host connects but I don't see any received packet in receivedPacket(packet) method. Is there a complete example related to the payload reported in PayloadTest.java ? My source code https://github.com/mcicolella/freedomotic/blob/enocean/plugins/devices/enocean/src/main/java/com/freedomotic/plugins/devices/enocean/EnoceanClient.java

Thanks for help