Razvan Deaconescu [Tue, 16 Aug 2011 17:01:06 +0000 (20:01 +0300)]
Initial working version for test_access.
Razvan Deaconescu [Tue, 16 Aug 2011 16:16:14 +0000 (19:16 +0300)]
Move main() in access.py to tests/test_acces.py.
Razvan Deaconescu [Tue, 16 Aug 2011 16:09:46 +0000 (19:09 +0300)]
Add tests/ folder for unit testing.
Razvan Deaconescu [Tue, 16 Aug 2011 16:09:36 +0000 (19:09 +0300)]
Add __init__.py. Turn it into a package.
Razvan Deaconescu [Tue, 16 Aug 2011 16:08:32 +0000 (19:08 +0300)]
Create base class and SQLite class.
Razvan Deaconescu [Tue, 16 Aug 2011 15:43:31 +0000 (18:43 +0300)]
Move DatabaseAccess to access.
Razvan Deaconescu [Tue, 16 Aug 2011 15:42:27 +0000 (18:42 +0300)]
Replace tabs with spaces. Remove trailing white spaces.
Mariana Marasoiu [Tue, 16 Aug 2011 16:32:39 +0000 (19:32 +0300)]
ppf: Use configuration file received as argument.
Mariana Marasoiu [Tue, 16 Aug 2011 16:16:36 +0000 (19:16 +0300)]
ppf: Replace hardcoded database name in libtorrent/log_parser with
configuration file received as argument.
Mariana Marasoiu [Tue, 16 Aug 2011 15:50:31 +0000 (18:50 +0300)]
ppf: Modify libtorrent/LogParser.py and libtorrent/StatusParser.py to
use new SQL schema and configuration file.
Razvan Deaconescu [Tue, 16 Aug 2011 12:57:06 +0000 (15:57 +0300)]
ppf: Remove trailing whitespaces.
Razvan Deaconescu [Tue, 16 Aug 2011 12:56:24 +0000 (15:56 +0300)]
ppf: Mention MySQL in README file in sql/ subfolder.
Razvan Deaconescu [Tue, 16 Aug 2011 12:02:34 +0000 (15:02 +0300)]
Move autorun/ to smf/. Update README files.
smf - Swarm Management Framework
Razvan Deaconescu [Tue, 16 Aug 2011 11:59:46 +0000 (14:59 +0300)]
ppf: Move GUI/ to gui/.
Razvan Deaconescu [Sun, 14 Aug 2011 17:24:40 +0000 (20:24 +0300)]
ppf: Add Tribler sample peer status message log file.
Razvan Deaconescu [Sun, 14 Aug 2011 17:17:28 +0000 (20:17 +0300)]
ppf: Add sample peer status message log file.
Mariana Marasoiu [Fri, 12 Aug 2011 11:59:48 +0000 (14:59 +0300)]
ppf: Modify DatabaseWriter and DatabaseCommander to use new SQL shema.
Mariana Marasoiu [Thu, 11 Aug 2011 19:33:13 +0000 (22:33 +0300)]
ppf: DatabaseAccess.py gets as argument any configuration file.
Mariana Marasoiu [Thu, 11 Aug 2011 17:48:41 +0000 (20:48 +0300)]
ppf: Modify DatabaseAccess.py to use new SQL schema.
Razvan Deaconescu [Thu, 11 Aug 2011 13:22:54 +0000 (16:22 +0300)]
log-id-mapping: Mention use of KB/s for speed limitation.
Razvan Deaconescu [Thu, 11 Aug 2011 13:16:16 +0000 (16:16 +0300)]
log-id-mapping: Add README.
Razvan Deaconescu [Thu, 11 Aug 2011 13:01:27 +0000 (16:01 +0300)]
Add sample file for logfile to client session ID mapping.
Razvan Deaconescu [Thu, 11 Aug 2011 12:56:12 +0000 (15:56 +0300)]
Add sample swarm description INI file.
Razvan Deaconescu [Thu, 11 Aug 2011 12:55:50 +0000 (15:55 +0300)]
Add Dia log parsing workflow image.
Mariana Marasoiu [Tue, 9 Aug 2011 10:17:13 +0000 (13:17 +0300)]
ppf: Add configuration file for database connection. Modify
DatabaseAccess.py to use config file.
Mariana Marasoiu [Mon, 8 Aug 2011 12:58:13 +0000 (15:58 +0300)]
ppf: Add index support to MySQL tables.
root p2p-next-02 [Sun, 7 Aug 2011 18:48:06 +0000 (21:48 +0300)]
ppf: Fix SQL script. Works in real world.
Correct MySQL syntax is INTEGER UNSIGNED instead of UNSIGNED INTEGER.
index is a reserver keyword in MySQL also. Use _index for column name.
Create p2p_logs_test database for testing.
root p2p-next-02 [Sun, 7 Aug 2011 18:33:16 +0000 (21:33 +0300)]
ppf: Change column name from direction_id to transfer_direction_id.
root p2p-next-02 [Sun, 7 Aug 2011 18:29:03 +0000 (21:29 +0300)]
ppf: (fix) Remove incorrent extra line in SQL file.
root p2p-next-02 [Sun, 7 Aug 2011 18:15:29 +0000 (21:15 +0300)]
ppf: Fix when inserting data in btclients table.
root p2p-next-02 [Sun, 7 Aug 2011 18:14:11 +0000 (21:14 +0300)]
ppf: Update insert rules in SQL files for message_types table.
root p2p-next-02 [Sun, 7 Aug 2011 18:06:19 +0000 (21:06 +0300)]
ppf: Update insert rules in SQL files for tranfer_directions table.
root p2p-next-02 [Sun, 7 Aug 2011 18:01:03 +0000 (21:01 +0300)]
ppf: Update insert rules in SQL files for btclients table.
Razvan Deaconescu [Sun, 7 Aug 2011 17:20:36 +0000 (20:20 +0300)]
ppf: Add NOT NULL and DEFAULT constraints to MySQL SQL file.
Razvan Deaconescu [Sun, 7 Aug 2011 17:12:35 +0000 (20:12 +0300)]
ppf: Move new SQL file to initial file.
Mariana Marasoiu [Sun, 7 Aug 2011 14:32:53 +0000 (17:32 +0300)]
ppf: Describe MySQL-parser files.
Razvan Deaconescu [Sun, 7 Aug 2011 14:28:26 +0000 (17:28 +0300)]
Add new SQL file for MySQL database.
Add new tables, update database columns, add foreign keys, use InnoDB.
root p2p-next-02 [Sun, 7 Aug 2011 10:37:12 +0000 (13:37 +0300)]
Merge branch 'master' of koala.cs.pub.ro:cs-p2p-next
Mariana Marasoiu [Sun, 7 Aug 2011 10:32:10 +0000 (13:32 +0300)]
delete database initialization lines from log_parser
Razvan Deaconescu [Sun, 7 Aug 2011 09:43:44 +0000 (12:43 +0300)]
ppf: Test sample queries against existing database.
Razvan Deaconescu [Sun, 7 Aug 2011 09:36:02 +0000 (12:36 +0300)]
ppf: Add MySQL sample queries.
Useful for determining the proper indexes that should be added.
Razvan Deaconescu [Sat, 6 Aug 2011 12:49:12 +0000 (15:49 +0300)]
Add non-interactive player to next-share.
Mariana Marasoiu [Fri, 5 Aug 2011 17:26:10 +0000 (20:26 +0300)]
minor changes in functionality for parsing scripts
root p2p-next-02 [Fri, 17 Jun 2011 21:48:46 +0000 (00:48 +0300)]
Merge branch 'master' of koala.cs.pub.ro:cs-p2p-next
Mariana Marasoiu [Fri, 17 Jun 2011 21:39:53 +0000 (00:39 +0300)]
updated log parser
root p2p-next-02 [Fri, 17 Jun 2011 21:39:53 +0000 (00:39 +0300)]
updated log parser
Mariana Marasoiu [Fri, 17 Jun 2011 21:36:36 +0000 (00:36 +0300)]
added swarm parser script - parses all archives from a session/swarm
Mariana Marasoiu [Fri, 17 Jun 2011 21:32:57 +0000 (00:32 +0300)]
added archive parser script - parses an archive from a session
Mariana Marasoiu [Fri, 10 Jun 2011 13:23:25 +0000 (16:23 +0300)]
added db-mysql/ and log-parser-mysql/ folders and mysql schema file
Razvan Deaconescu [Thu, 21 Apr 2011 20:32:19 +0000 (23:32 +0300)]
scripts: add dumb script to clean SSH tunnels
Razvan Deaconescu [Thu, 21 Apr 2011 20:31:58 +0000 (23:31 +0300)]
scripts: add script for testing bandwidth limitation through iperf
Razvan Deaconescu [Thu, 21 Apr 2011 20:09:26 +0000 (23:09 +0300)]
scripts: add scripts for starting/stopping bandwidth limitation
Razvan Deaconescu [Thu, 21 Apr 2011 19:49:25 +0000 (22:49 +0300)]
scripts: add kvm scripts folder
Scripts for interacting with KVM virtual machines in NCIT cluster.
P2P-Next [Tue, 19 Apr 2011 11:04:00 +0000 (14:04 +0300)]
trial-site/living-lab-admin: get_videos_info.sh parameter update
P2P-Next [Fri, 15 Apr 2011 15:18:50 +0000 (18:18 +0300)]
trial-site: update
p2p p2p-next-02 [Wed, 13 Apr 2011 14:40:38 +0000 (17:40 +0300)]
ppf/log-parser: script to parse an archive
Mariana Marasoiu [Thu, 24 Mar 2011 19:14:13 +0000 (12:14 -0700)]
ppf: remove genfkey from SQlite script
George Milescu [Fri, 25 Mar 2011 13:39:39 +0000 (14:39 +0100)]
Added support for loading multiple .torrent files using the cmd-line version
Signed-off-by: George Milescu <george.milescu@gmail.com>
P2P-Next [Mon, 21 Mar 2011 11:54:18 +0000 (13:54 +0200)]
living-lab-admin added
p2p [Fri, 18 Mar 2011 10:27:00 +0000 (12:27 +0200)]
NextSharePC-interface bug fix
P2P-Next User [Tue, 8 Mar 2011 15:27:21 +0000 (17:27 +0200)]
new dir added, trial-site, which contains an interface for NextSharePC VLC plugin
P2P-Next User [Sun, 28 Nov 2010 16:27:49 +0000 (18:27 +0200)]
next-share: use quotes for proper escaping in start scripts
Calin Burloiu [Fri, 10 Dec 2010 09:16:57 +0000 (11:16 +0200)]
scripts/video: ffmpeg-* updated
Calin Burloiu [Fri, 10 Dec 2010 08:17:45 +0000 (10:17 +0200)]
scripts/video: ffmpeg-* scrips updated
Calin Burloiu [Wed, 8 Dec 2010 13:32:11 +0000 (15:32 +0200)]
scripts/video: ffmpeg-mts2avi script added
Razvan Deaconescu [Mon, 6 Dec 2010 09:50:36 +0000 (11:50 +0200)]
add handbrake conversion script
P2P-Next [Sat, 16 Oct 2010 19:21:00 +0000 (22:21 +0300)]
server: added GET_OUTPUT msg
Adriana Draghici [Fri, 24 Sep 2010 17:30:51 +0000 (20:30 +0300)]
autorun: server can control NextShare
Adriana Draghici [Fri, 24 Sep 2010 15:42:36 +0000 (18:42 +0300)]
autorun: added class for starting NextShare
Razvan Deaconescu [Tue, 21 Sep 2010 16:40:03 +0000 (18:40 +0200)]
next-share: rename start-swarm-plugin to start-swarm-player
Razvan Deaconescu [Tue, 21 Sep 2010 09:19:41 +0000 (11:19 +0200)]
add new next-share downloader log sample
Razvan Deaconescu [Tue, 21 Sep 2010 09:18:03 +0000 (11:18 +0200)]
next-share: fix peer logging speed print
Print double decimal speed. Replace 1000 (int) with 1000.0 (float).
Razvan Deaconescu [Tue, 21 Sep 2010 08:39:14 +0000 (10:39 +0200)]
next-share: add peer connection limit
Add -n (--max-connections) option to cmdlinedl.py to limit number of
connecting peers. I've tested it as a downloader client and it works.
Razvan Deaconescu [Tue, 21 Sep 2010 08:38:27 +0000 (10:38 +0200)]
add next-share downloader log sample
P2P-Next [Tue, 21 Sep 2010 07:39:27 +0000 (10:39 +0300)]
add next-share leecher log sample
P2P-Next [Tue, 21 Sep 2010 07:38:20 +0000 (10:38 +0300)]
add next-share seeder log sample
P2P-Next [Tue, 21 Sep 2010 06:32:52 +0000 (09:32 +0300)]
next-share: print time-based peer information
When peer logging is enabled print information each
PEERLIST_OUTPUT_INTERVAL seconds starting from the epoch in order to
ensure common time around test systems.
P2P-Next [Mon, 20 Sep 2010 17:43:21 +0000 (20:43 +0300)]
next-share: complete support for peer logging
Update cmdlinedl.py to print out periodic information (upload speed,
download speed) about connected peers.
P2P-Next [Mon, 20 Sep 2010 13:39:50 +0000 (16:39 +0300)]
next-share: add peer logging support
Peer logging is printing peer specific information such as local
download speed, upload speed, etc. Peer logging is enabled through the
use of the -l (or --peer-logging) option to the cmdlinedl.py script.
Currently printing in state_callback function is quite spartan. Needs to
be taken care of.
P2P-Next [Mon, 20 Sep 2010 11:38:11 +0000 (14:38 +0300)]
next-share: add no-hash-checking option
P2P-Next [Mon, 20 Sep 2010 11:36:10 +0000 (14:36 +0300)]
next-share: fix help message for -d and -u options
P2P-Next [Mon, 20 Sep 2010 09:44:09 +0000 (12:44 +0300)]
next-share: fix download/upload limit enable code
P2P-Next [Mon, 20 Sep 2010 09:42:03 +0000 (12:42 +0300)]
next-share: add sample run case using download limit
Razvan Deaconescu [Mon, 20 Sep 2010 09:13:41 +0000 (11:13 +0200)]
next-share: beautfication, support for speed limit
update BaseLib/Tools/cmdlinedl.py with upload and download speed
limit support arguments
p2p [Sun, 19 Sep 2010 09:49:58 +0000 (12:49 +0300)]
autorun/server: add server pre-implementation (v0)
Razvan Deaconescu [Sun, 19 Sep 2010 09:10:53 +0000 (12:10 +0300)]
instrumentation/next-share: add starting scripts
start script for next-share (basic BitTorrent) and start script
for swarm plugin (video-on-demand); sample run cases are displayed
as comments in script files
Razvan Deaconescu [Sun, 19 Sep 2010 09:09:21 +0000 (12:09 +0300)]
add testing/ folder and torrent-files/ subfolder
add fedora-13 torrent file and a video torrent file; fedora-13
is to be used with basic next-share and the video torrent file
(Madonna - Material Girl karaoke sample) is to be used with
swarm-player
Razvan Deaconescu [Sun, 19 Sep 2010 08:28:53 +0000 (11:28 +0300)]
instrumentation: add next-share/
Next-Share M32 release (also currently - 19.09.2010 - in trunk/)
P2P-Next [Fri, 17 Sep 2010 14:13:03 +0000 (17:13 +0300)]
autorun: updated server, 2 new message types.
P2P-Next [Wed, 1 Sep 2010 12:10:00 +0000 (15:10 +0300)]
autorun: changes for tests, currently unstable
P2P-Next [Fri, 20 Aug 2010 13:25:37 +0000 (16:25 +0300)]
instrumentation/hrktorrent: add missing "nohashcheck" long option
P2P-Next [Fri, 20 Aug 2010 13:20:27 +0000 (16:20 +0300)]
instrumentation/hrktorrent: fix hrktorrent settings configuration from "nodht" to "dht" and from "noupnp" to "upnp"
P2P-Next [Fri, 20 Aug 2010 13:18:41 +0000 (16:18 +0300)]
instrumentation/hrktorrent: add nohashcheck option
P2P-Next [Fri, 20 Aug 2010 13:06:37 +0000 (16:06 +0300)]
instrumentation/hrktorrent: rename hrktorrent setting from "noseed" to "seed"
P2P-Next [Thu, 19 Aug 2010 07:15:26 +0000 (10:15 +0300)]
server: modified *Run for bandwidth limiting
P2P-Next [Wed, 18 Aug 2010 10:12:27 +0000 (13:12 +0300)]
instrumentation/hrktorrent: add support for maximum connections
P2P-Next [Tue, 17 Aug 2010 12:32:23 +0000 (15:32 +0300)]
ppf: LibtorrentStatusParser parses timestamp from status file
P2P-Next [Sat, 14 Aug 2010 14:00:04 +0000 (17:00 +0300)]
instrumentation/hrktorrent: correct ipfilter parser
P2P-Next [Sat, 14 Aug 2010 11:15:02 +0000 (14:15 +0300)]
instrumentation/hrktorrent: add time sampling macro; use two-decimal floating point printing for upload/download speed
P2P-Next [Fri, 13 Aug 2010 13:04:20 +0000 (16:04 +0300)]
instrumentation/hrktorrent: log peer upload/download speed information