Martin-P
Martin-P
I am aware this issue is posted several years ago, but for anyone reading this: Please see the [readme file](https://github.com/adamdunkels/uip). The link goes to http://dunkels.com/adam/ where it says: > [uIP](http://en.wikipedia.org/wiki/UIP_%28micro_IP%29)...
I encountered the same issue. The reason you get this error is because you are using the slim version of jQuery which does not contain the AJAX module (`$.post` is...
Hi, Both `Debug` and `Release` folder contain a `makefile` that you can use. From the Linux command line (e.g. Debian) you can do: **Step 1:** ``` git clone https://github.com/Martin-P/OpenV2G ```...
Hi, I think you can keep function [`charging1()`](https://github.com/Martin-P/OpenV2G/blob/5f83aa31ebd4a6eeba5bfc0b6f7f7ad731a20401/src/test/main_example.c#L1838-L2203) as it is at first The changes can be made to the function [`request_response1()`](https://github.com/Martin-P/OpenV2G/blob/5f83aa31ebd4a6eeba5bfc0b6f7f7ad731a20401/src/test/main_example.c#L1791-L1836). From there you can have a look at...
Hi, I noticed a few commits in the original repository on SourceForge, so I updated the repository and it is up-to-date with the original SVN version (https://sourceforge.net/p/openv2g/code/HEAD/tree/trunk/) now.
Hi, The easiest way to see the messages is probably by adding some `printf` statements to the code. In `appHandshake` there are 2 structs containing the sent data and the...
Hi, Looking at the QCA7000 software ([qca/qca7000](https://github.com/qca/qca7000)) you can choose the QCA7000 software version you want to use: - SPI (the `qca-spi` folder) - UART (the `qca-uart` folder)
Hello, The library does not use an interface, it just feeds the message to itself and returns a response. For actually transmitting the data you have to write the code...
Hello Andrei, Credits are for the original author of the code, I just copied it from https://sourceforge.net/projects/openv2g/ 😉 Just so you know: there is a newer version available on that...
Hi Andrei, What is your use case? Is it an AC charging session or a DC charging session? Do you see any SLAC (Signal Level Attenuation Characterization) messages?