Eric Blankenhorn

Results 130 comments of Eric Blankenhorn

(aside) @danielinux did you observe these build errors?

Fix these runtime errors: ``` Starting FreeRTOS with wolfIP... Initializing wolfIP... Initializing TAP device wtap0... TAP device initialized successfully Configuring network settings: IP: 10.10.0.10 Netmask: 255.255.255.0 Gateway: 10.10.0.1 Network configuration...

Add instructions in the readme for building wolfSSL and wolfMQTT

Add instructions for running mosquitto on the tap port

The call to MqttClient_Init is failing because the rx_buf and rx_buf_len params are invalid

Can you fix this runtime error? ``` Starting FreeRTOS with wolfIP... Initializing wolfIP... Initializing TAP device wtap0... TAP device initialized successfully Configuring network settings: IP: 10.10.0.10 Netmask: 255.255.255.0 Gateway: 10.10.0.1...

(aside) I did more testing with the full stack example yesterday. Still getting connect errors from the wolfMQTT client ``` Connecting to MQTT broker at 10.10.0.1:8883... Creating TCP socket... Socket...

Hi @res0nance We do support building in VS and with MSVC tools: https://github.com/wolfSSL/wolfssl/blob/93000e5f1405bb44e1eeec1e9714ea87c5d1dbc1/INSTALL#L29-L31 Could you tell us how you are building the library? Thanks, @embhorn - wolfSSL Support

The `#warning` is handled as a `#pragma message()` in a few spots where we expect the compiler to hit. In that particular case, the library built with MSVC tools should...

I believe this issue is resolved. Please feel free to reopen or create a new issue.