snowplow / snowplow-cpp-tracker

Snowplow event tracker for C++. Add analytics to your C++ applications, games and servers
http://snowplowanalytics.com
Apache License 2.0
9 stars 6 forks source link

Add support for Linux in HTTP client #5

Closed jbeemster closed 2 years ago

fire commented 8 years ago

What is needed for Linux support?

jbeemster commented 8 years ago

Hi @fire I believe we just need a Linux compatible HTTP Client (https://github.com/snowplow/snowplow-cpp-tracker/blob/master/src/http_client.cpp). Currently we have a testing base, Win32 and macOS.

Utils also has a bunch of Windows and macOS specifics that would need to be ported. (https://github.com/snowplow/snowplow-cpp-tracker/blob/master/src/utils.cpp)