|
|
1 year ago | |
|---|---|---|
| .. | ||
| .DS_Store | 1 year ago | |
| README.md | 1 year ago | |
| flipper_http.h | 1 year ago | |
| flipper_http_bootloader.bin | 1 year ago | |
| flipper_http_firmware_a.bin | 1 year ago | |
| flipper_http_partitions.bin | 1 year ago | |
HTTP library for Flipper Zero. Compatible with Wifi Dev Board for Flipper Zero (ESP32S2 Dev Module).
flipper_http_bootloader.bin, flipper_http_firmware_a.bin, and flipper_http_partitions.bin files.File manager.SD Card/apps_data/esp_flasher/Apps->GPIO from the main menu. If not, download it from the Flipper App Store.flipper_http_bootloader.bin that you downloaded earlier.flipper_http_partitions.bin that you downloaded earlier.flipper_http_firmware_a.bin that you downloaded earlier.You should be all set. Here's the initial guide: https://www.youtube.com/watch?v=Y2lUVTMTABE
The flipper_http.h file is for seamless use of the FlipperHTTP Firmware in C applications and is the root of the Web Crawler app. A Javascript library will be available soon, followed by a mPython library.
flipper_http_init(FlipperHTTP_Callback callback, void *context)flipper_http_deinit()flipper_http_connect_wifi()flipper_http_disconnect_wifi()flipper_http_ping()flipper_http_save_wifi(const char *ssid, const char *password)flipper_http_send_data(const char *data)flipper_http_rx_callback(const char *line, void *context)