Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| projects:pydund [2018/12/04 19:06] – created Andreas Böhler | projects:pydund [2020/05/26 18:34] (current) – Andreas Böhler | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| The PDA still works fine, however Bluetooth HotSync doesn' | The PDA still works fine, however Bluetooth HotSync doesn' | ||
| - | I looked around for a long time until I found an implementation of rfcomm.py in the bluez-compassion project [[https:// | + | I looked around for a long time until I found an implementation of rfcomm.py in the bluez-compassion project [[https:// | 
| I modified the code to include support for Pseudo-Terminals (pty) and direct launching of pppd. So far, it works fine for me, even though the PPP connection parameters are currently hardcoded in the file. | I modified the code to include support for Pseudo-Terminals (pty) and direct launching of pppd. So far, it works fine for me, even though the PPP connection parameters are currently hardcoded in the file. | ||
| Line 14: | Line 14: | ||
| Just run'' | Just run'' | ||
| + | |||
| + | ==== Code ==== | ||
| + | |||
| + | You can find and download the code at [[https:// | ||
| + | |||
| + | ==== Next Steps ==== | ||
| + | |||
| + | After you have set up the connection, you can network hot-sync, in my case, j-pilot is the only application that's still available. I'm currently looking into syncing my NextCloud-data (Contacts, Addresses) to the device. | ||