CoapPDU *pdu = new CoapPDU(); pdu->setType(CoapPDU::COAP_CONFIRMABLE); pdu->setCode(CoapPDU::COAP_GET); pdu->setToken((uint8_t*)"\3\2\1\0",4); pdu->setMessageID ...
This project is an experimental adaptation of the CoAP protocol to ISO7816 using JavaCard. The intention is to create a platform for HTTP-like device interaction based on NFC and ISO7816. Specifically ...