Hi Team, We are using Growthbook already in our Ap...
# ask-questions
b
Hi Team, We are using Growthbook already in our App. Now I also want to use it on our hardware-device, which is running on a MCU and thus written in C/C++. My idea was to use the REST API and send an GET-request with some information from the MCU to Growthbook. Then I will get a list of features for this specific user back. Is this possible? For what I understand I can only get all features with all their rules, then on the MCU I have to implement the checks and rules acording to the user-attributes. Is that correct? Is it somehow possible to send my user-attributes with the GET-request and growthbook only gives me back the list of features, that matches the attributes?
f
Hi Jonathan - This is mostly how remote evaluation works. You pass the ID and attributes to the proxy service and it returns the features enabled/disabled. The other option is to make a C/C++ SDK (which would be great) - we have some guides on how to make them, they are not super hard
1
b
Thanks for the fast reply!
Okay, I think in the first step I will implement only roughly the functionalities we need to do fast testing. If we decide to do the full SDK we will let you know