-
Notifications
You must be signed in to change notification settings - Fork 9
Connect to taskd on LAN
Brady Trainor edited this page Feb 26, 2022
·
2 revisions
This is a placeholder page. I'd like to try connecting mobile app directly to taskd running on local desktop.
A quick internet research leads me to the following link.
This would be useful for someone that wants to try the app without relying on a provided or self-hosted remote server for the taskd process.
I imagine one could also serve taskd from a raspberry pi running at home, and sync the mobile app away from home. I would wager one USD that someone is already doing that.
EDIT: Seems to work fine, follow example for Android emulator, setting
binding and client address to the IP address of desktop computer on
LAN. If you use flutter run -d <device>
, the files are copied to
task/assets
.