adafruit_ble_file_transfer
Simple BLE Service for reading and writing files over BLE
Author(s): Scott Shawcroft
Helper class to communicating with a File Transfer server
Deletes the file or directory at the given path.
Returns a list of tuples, one tuple for each file or directory in the given path
Makes the directory and any missing parents. Returns the truncated time
Moves the file or directory from old_path to new_path.
Returns the contents of the file at the given path starting at the given offset
Writes the given contents to the given path starting at the given offset. Returns the trunctated modification time.
If the file is shorter than the offset, zeros will be added in the gap.
Simple (not necessarily fast) BLE file transfer service. It implements basic CRUD operations.
The server dictates data transfer chunk sizes so it can minimize buffer sizes on its end.
UUIDs with the CircuitPython base UUID.
Error thrown when expected bytes don’t match
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4