Hi,
There is no HTTP Proxy Service (HPS) in nRF5 SDK.
nRF5 SDK v17.1.1: BLE Services
If I need to implement HPS, how should I do it?
Hi,
There is no HTTP Proxy Service (HPS) in nRF5 SDK.
nRF5 SDK v17.1.1: BLE Services
If I need to implement HPS, how should I do it?
Hi,
For new projects, we highly recommend using the current SDK, the nRF Connect SDK, and not the older nRF5 SDK. See nRF Connect SDK and nRF5 SDK statement for details.
Either way, the HTTP Proxy Service (HPS) is not implemented in either SDK, so you will have to implement it yourself. I suggest that you have a look at the implementation of other services, for reference. The specification for HPS, which you must implement, is found at bluetooth.com: HTTP Proxy Service 1.0.
Regards,
Terje
Hi,
For new projects, we highly recommend using the current SDK, the nRF Connect SDK, and not the older nRF5 SDK. See nRF Connect SDK and nRF5 SDK statement for details.
Either way, the HTTP Proxy Service (HPS) is not implemented in either SDK, so you will have to implement it yourself. I suggest that you have a look at the implementation of other services, for reference. The specification for HPS, which you must implement, is found at bluetooth.com: HTTP Proxy Service 1.0.
Regards,
Terje