Right now the asyncio module which is necessary for the client Kitty code is imported over NFS.
Instead, we should freeze the module since there's no benefit to having a standard Python module over NFS compared to our own client side scripts.
MicroPython has a way of compiling modules into the final image but I haven't been getting it working yet. We should figure this out before the release so people can get Kitty working without setting up a NFS server.
Right now the
asyncio
module which is necessary for the client Kitty code is imported over NFS.Instead, we should freeze the module since there's no benefit to having a standard Python module over NFS compared to our own client side scripts.
MicroPython has a way of compiling modules into the final image but I haven't been getting it working yet. We should figure this out before the release so people can get Kitty working without setting up a NFS server.