markqvist / Sideband

LXMF client for Android, Linux and macOS allowing you to communicate with people or LXMF-compatible systems over Reticulum networks using LoRa, Packet Radio, WiFi, I2P, or anything else Reticulum supports.
Other
391 stars 27 forks source link

Added Windows API for MMAP in Geo.py #46

Closed faragher closed 8 months ago

faragher commented 8 months ago

Windows and Unix have different APIs for MMAP. This is a simple check for isWindows and use of the Windows-specific API when applicable.

Addresses #45