Clifford Heath

Results 53 comments of Clifford Heath

Yes, I'd accept that. Perhaps the old code could be loaded to handle legacy files in case the maxminddb-reader doesn't?

Support for this new format has not been implemented. If you need it and can find time to translate the other implementations, I will accept a pull request.

Interesting. I'm too busy to integrate this code at present, but if you choose to, I'd be happy to receive a pull request.

I have also been trying this. It seems to be affected by whether or not it hears English first, or a foreign language. When it starts with English, sometimes it...

Hi there, and thanks for your thoughts on this subject. I bought an STM32F3DISCOVERY some years ago in order to build (in C++) an IMU using the 9DOF sensors on-board....

Oh, I see. It's probably just my lack of familiarity with the ecosystem then. It looks like there is a solution, I just didn't know how to find it yet....

The database search code will be completely different. It'll be a case of doing basically what I did when I wrote the first version, which is to get Maxmind's GPL'd...

Does this commit work for you? I haven't had time to test it: https://github.com/shovtyuk/geoip/commit/3e690f9bbc1ae6ab443724582b039d7e4162d561

You need to provide more information about what you have tried, what message you got, and what you think that means. I am unfortunately not psychic. The STM32F3 peripherals library...

When you unzip stm32f3discovery_fw.zip, you get a new directory called "STM32F3-Discovery_FW_V1.1.0". Before changing into that sub-directory, do "git clone [email protected]:cjheath/stm32f3-discovery-usb-example.git". That will give you a new subdirectory beside the other...