aws-samples / aws-iot-securetunneling-localproxy

AWS Iot Secure Tunneling local proxy reference C++ implementation
https://docs.aws.amazon.com/iot/latest/developerguide/what-is-secure-tunneling.html
Apache License 2.0
74 stars 71 forks source link

windows binary #25

Closed jsaedtler closed 4 years ago

jsaedtler commented 4 years ago

Hi,

I was able to build the local proxy via the dockerfile for ubuntu/linux but I'm struggling quite a lot with the windows build.

Do you have a windows binary I can use for demonstrating a POC?

HarshGandhi-AWS commented 4 years ago

Hello @jsaedtler ,

Thank you for your feedback. Unfortunately we do not provide binaries for any platform. You have to build your own binary for desired platform. Please refer to the README file to build your own binary.

Thank you, Harsh Gandhi