Menu

HuNt & btp2p / News: Recent posts

Example Application - chess game

Hopefully there is someone that still works on this project. A person during his studies implemented a chess using the btp2p. He was kind enough to donate the code as an example of btp2p usage. My gratitude K….

You can find the btchess under the main line. Soon, btchess will be available as the main part of Zero.2 release.

Posted by none 2007-11-18

Zero.1 released.

Zero.1
Full Name (Release.Load): Zero.0
Released Date: 18 of September 2007
Zero.1 svn repository branch is under:
https://btp2p.svn.sourceforge.net/svnroot/btp2p/tags/R0/b1/

Release Notes and Changelog:
https://sourceforge.net/project/shownotes.php?group_id=201359&release_id=540433

Posted by none 2007-09-21

Source Structure Changes

Source structure changes in order to be clearer that btp2p is used as a library from HuNt. Sources of btp2p and HuNt are separated and also HuNt is distributed in a different jar file (HuNt.jar) than btp2p.

src folder still keeps the sources but:

under /src/btp2p there are the sources of btp2p that build the btp2p.jar

&

under /src/HuNt there are the sources of HuNt that are used to build the HuNt.jar ... read more

Posted by none 2007-09-14

Zero.2 Requirements Announcement

btp2p & Human Network are currently looking for help on this matter:
https://sourceforge.net/forum/forum.php?thread_id=1807942&forum_id=717213

This is the major requirement of the next load (26 of November).

Fill free to contact the project admin for more details or use the forums to post your ideas for the next load requirements.

Any help is appreciated!

Posted by none 2007-09-11

Delta Transmission

This is a feature that has been added to the btp2p by which deltas are transmitted or received, from a peer to another in order to minimize the retransmission of equal data. Deltas do not have to be only from the default values of a message but they can be from any base message. The base message can change during a connection.
For details see https://sourceforge.net/docman/display_doc.php?docid=63151&group_id=201359

Posted by none 2007-08-27

Loads Schedule

I am planning to follow a tighter schedule on the release date of the loads. The time period between two loads will be two months (I am the only active developer at the moment, in the future I hope this will change). So because R0/b0 (Zero) was released on 26 of July the next load-branch will be capture on 26 of September. On each load’s (branch’s) date of closure, the changelog will be published along with the goals of the next load. Currently there is release Zero (R0/b0) and the next load-branch of Zero will be the Zero.1 (R0/b1) scheduled for 26 of September.

Posted by none 2007-08-24

Zero - fixes - new feature - latest binaries

the latest binaries can be found under the /trunk/btp2p/dist in the subversion
http://btp2p.svn.sourceforge.net/viewvc/btp2p/trunk/btp2p/dist/btp2p.jar

The latest has many changes so do not download zero but get the latest from the trunk.

CHANGELOG
-fixes the problem that btp2p could not be used as a library due to some private elements. Also puts HuNt in a separate package named HuNt to assure that btp2p can be used as a library.
-changes to the peer protocol.
Now a tag type which is not BIT_FLAG has a control BIT_FLAG which is updated to true everytime the tag value is not the default in order not to have to transmit these default values. This is recognized by the b side by reading first the control bit flag of the data which controls and if that has not been changed does not have to wait for the data (since the protocol that is used is tcp like this is a great feature because future releases can only send delta of the previous messages or any other message, this is helpful to real time protocols).

Posted by none 2007-08-02

HuNt releases Zero (R0/b0)

Zero, the pre-alpha release of HuNt with btp2p is now available for download from
https://sourceforge.net/project/showfiles.php?group_id=201359
The tag of Zero at subversion is under https://btp2p.svn.sourceforge.net/svnroot/btp2p/tags/R0/b0.

Posted by none 2007-07-26

Goals of btp2p

Bluetooth peer to peer is a basic collection of java classes for the
creation of p2p networks over Bluetooth for mobiles and palmtops.

Basic plan of this project is to substitute the current hard way of
designing and implementing client-server applications over Bluetooth.
The client server architecture of Bluetooth is being wrapped by the
peer concept and the compliant to the Bluetooth services idea can be
easily handled by different p2p networks.

Posted by none 2007-07-25

What is HuNt?

btp2p has a lot of potential since it can lead to
revolutionary applications.

Such an application is the HuNt.
HuNt stands for Human NeTwork and is the first application built by using
btp2p for testing needs.

The plans for HuNt are to be an application that can be easily installed on a mobile and raise the HuNt p2p network. The user can add a request of a file (image, sound, document etc.) and HuNt starts hunting... While the user walks in the mall or on the streets HuNt is looking for someone nearby who belongs to Human NeTwork and possess the file.

Posted by none 2007-07-25

HuNt is up!

HuNt is up!

A first tutorial of the upcoming library can be found at https://sourceforge.net/docman/display_doc.php?docid=63151&group_id=201359.
See the forums https://sourceforge.net/forum/?group_id=201359 for additional information. Be patient...

Posted by none 2007-07-25