Titokhan

Members
  • Posts

    10
  • Joined

  • Last visited

  • Days Won

    1

Profile Information

  • Gender
    Male
  • Location
    India

Titokhan's Achievements

Member

Member (2/3)

  1. Bumping the thread after long time! We've made some interesting progresses: http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=7134047http://dl.acm.org/ft_gateway.cfm?id=2799375&type=pdfhttp://dx.doi.org/10.1145/2799371.2799375https://github.com/ghoshbishakh/psyncHope to post more details in future.
  2. Sorry, I'm suffering badly from an upset stomach these days so unable to logon. I'll return soon & post our findings.
  3. @RomanZ First of all, thanks for releasing the new version. ... then things are getting complicated again! Regarding the logcat, I have tried to dump it using verbose mode & filtering com.bittorrent.sync related logs only but can't get the logs like in Windows. Have I missed something?? I'll post our progress in details tomorrow. Regards, Tito
  4. @RomanZ Gotcha!! I'm going to fire up ADB to see it. Regarding MIPS support, I'm waiting happily. @GreatMarko Done as advised.
  5. As suggested by GreatMarko, I also request for MIPS binary. It will be really helpful for students & enthusiasts like us to play with open-source electronics platforms like Arduino Yún (uses OpenWrt).
  6. @RomanZ Sorry to bother you, but I can't find the actual sync.log (like in Windows) for the Android client Kinda off topic, but I also support the idea of a port for MIPS platform (Arduino Yún - OpenWrt).
  7. @RomanZ Thanks again for the heads up! I'll take a look in the selective sync API. Regarding the advanced logging feature request, I can't find the particular instruction for Android client. Should I place debug.txt in root/data/data/com.bittorrent.sync? Btw is com.bittorrent.sync/SyncStatistics.xml somehow useful for me (seems not)?? And the discovery issue - I'm happy to be a (small) part of bug hunting
  8. @RomanZ Thanks for the prompt reply Discovery of other devices Exactly so; please take a look. If you want more data, I can send it (like images or videos of our experiments). Priority implementation Thanks. Btw, has this API something to do with priority?? API related You made my day!! How can I miss it? I'm starting to explore it asap. ** Advanced logging feature ** I forgot this topic. Can something like an advanced logging feature be included (or accessed via API) in the clients, specially for the Android one? Timestamps, volume of data transferred from one peer to another, upload/download stats - as much as informations so that I, along with my team can do some statistical analysis on it (like given some constraints, finding the distribution of upload speed). Regards, Tito
  9. As I said here, we are trying to use Sync as a part of post-disaster situation analysis project, but facing some problems. Kevin@bittorrent.com gives me the idea to share it in the forum. So it goes here. I have attached a proposed four-tier architecture of our theoretical model. The DTN (Delay Tolerant Network) nodes are Android devices whereas Information Drop Box (IDB) is laptop/Raspberry Pi. The mobile nodes are moving in the area where disaster happened & collecting various informations (images, videos, texts etc.). The whole bunch of data needed to be synced with a storage folder in the IDB. As there is absolutely little/no chance of getting internet & 2G/3G connection, we plan to use Ad-Hoc (IBSS) connection between the nodes & the IDB. Now one of the main problem is stock Android doesn't natively support detection/connection of IBSS networks but we solved it using CyanogenMod which contains the necessary patches. On the other hand, Sync related problems are as follows: Discovery of other devices - When multiple Android devices are connected, each of them can easily find the others but the PC acting as IDB can't discover any of them. FYI, the PC is running Windows 8.1 & Ubuntu. I have already tried the solution provided here but it violates the our original idea. We can't define predefined host/port in Android client & alternatively it isn't feasible (& impossible) to add all the host/port address of all of the Android devices. As a test, we have tried to add the host address & port address (which is ridiculously problematic to find on Android; Terminal Emulator+Shell Script - any different idea besides native app?) of Android nodes in the IDB & then it can find the nodes. Priority implementation- It is already one of the top requested feature, so nothing to say here. API related- I'm not a programmer (Statistics guy ), so still trying to understand the API. Is it possible to create some wrapper, possibly for Python? As for the other side, Sync is a lifesaver for us. Previously we had tried to use syncing using Python, Rsync or by creating apps from scratch which was a disaster. Sync gives us the true result which we want to achieve. The transfer speed is spectacular, the UI is simple & the algorithm of load balancing is awesome!! Btw, is it possible to implement WebGUI for Windows builds?? I can't find the exact place for putting this thread; its a compilation of feature requests, developing using API, troubleshooting & mostly a general discussion. So I choose the last one I'm open for any further suggestion & queries. Our website is http://www.nitdgp.ac.in/MCN-RG/mcn-rg.html. Hoping for brighter future with strong collaboration *P.S - I'm using Sync from last year to sync my movie & software collection with my other PCs & friends.