没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > libpnxjava |
libpnxjava
|
0 | 0 | 28 |
贡献者 | 讨论 | 代码提交 |
Phone Number Exchange Library Java (libpnxjava)This is a Java language binding for libpnx, a library for automatically exchanging phone numbers between mobile phones. It has been implemented for CSE 520S: Real-Time Systems at Washington University in St. Louis.
Related Projectslibpnx - C phone number exchange library. pnx-iphone - Phone Number Exchange (iPhone App). pnx-android - Phone Number Exchange (Android App). Version 1.0.3 ReleasedThis version fixes a concurrent modification bug when pruning a discovery list.
Version 1.0.2 ReleasedThis version reduces the JDK requirement from JDK 6 to JDK 5. Some functions that require JDK 6 were replaced with alternative implementations so that it would work with JDK 5. Other than that, this version is not functionally different from the previous version.
Version 1.0.1 ReleasedThis is a minor update. The build system has been fixed to explicitly set the source/target version of Java to "1.6" (features of 1.6 were being used, but the build system permitted building with version 1.5). A "distclean" target was added to the Makefile. The code has been repackaged to avoid extraneous garbage files.
Version 1.0.0 ReleasedWe have just released the first version of libpnxjava. The library is compatible with libpnx-1.0.2, and it uses multicasting rather than broadcasting for the discovery phase. As with the 1.0 versions of libpnx, this release does not use any form of SSL/TLS encryption of phone numbers. This release is meant to be used for development purposes (i.e. for the development of applications using the library), but is not yet meant be distributed or included in any production-level software release or package.
This implementation of the libpnx specification is a pure Java solution. It is hoped and intended that this solution should be useable from within an Android application. Should this prove not be the case, any feedback or bug reports related to the Android are greatly appreciated.
AcknowledgementsThis project is derived from the Java Project Template.