Привіт Гість ( Вхід | Реєстрація )

> проект Dimes, Изучение структуры и топологии интернета
nikelong
Jul 26 2006, 13:02
Пост #1


Тера ранчер
**********

Група: Trusted Members
Повідомлень: 11 909
З нами з: 19-March 05
Користувач №: 92
Стать: Чол



IPB Image

Проект "DIMES"
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Дата основания команды - 27.05.2005 Капитан - DeadJDona aka Death
IPB Image

CODE
Кто хочет себе такую картинку - подставьте свой ник: http://www.signature.ukboincteam.com/sigs/dimes/DeadJDona.gif

----------------------------------------------------------------------------------------------------------
IPB Image
----------------------------------------------------------------------------------------------------------
Для присоединения к команде Украины:
Почитайте статью: Проект DIMES
----------------------------------------------------------------------------------------------------------
Полезная информация:
FAQ о проекте DIMES

Если видно что клиент работает, а в статистике 0 - в настройках System выберите правильный Network Interface
----------------------------------------------------------------------------------------------------------

О проекте:
Distributed Internet MEasurements & Simulations
Интернет построен таким образом, что единственным эффективным способом построить его карту является сделать это распределённо. Поэтому, мы просим вас принять участие в нашем проекте. Нам важны не столько ваши циклы CPU или сетевой трафик (который наш клиент почти не потребляет), сколько ваше местонахождение. Чем в большем количестве мест работают клиенты проекта, тем точнее будут составленные им карты. Понимание структуры Интернета — важная исследовательская задача. Её решение сможет позволить сделать Интернет более приятным местом для каждого из нас.
Клиент DIMES выполняет измерения состояния сети, такие как TRACEROUTE или PING. Делает это он с низкой частотой, потребляя в пике до 1 килобайта в секунду. Агент никуда не отсылает ни информацию о действиях, выполняемых на компьютере, ни вашу личную информацию — он отсылает ТОЛЬКО результаты измерений.

В данное время клиент показывает карты того, как Интернет выглядит с вашей точки обзора, а в будущем — сможет предоставлять персонализированные "прогнозы Интернет-погоды", и другие интересную информацию.

информация взята с distributed.ru

Раздел о DIMES на нашем сайте.

расширение для ФаерФокс

Визуализация работы клиента
----------------------------------------------------------------------------------------------------------------------------
Для поднятия производительности в статистике можно поставить виртуальную машину VMWare.
Инструкция (на английском!!) и в картинках лежит здесь:

CODE
http://www.xtremesystems.org/forums/showthread.php?t=80235

----------------------------------------------------------------------------------------------------------------------------
Для работы клиента нужна Ява версии 1.6 и выше. Подходящий дистрибутив можно найти здесь
----------------------------------------------------------------------------------------------------------------------------

Идём на обгон!
IPB Image

Команда разработчиков в лицах:

(Show/Hide)

IPB Image


Це повідомлення відредагував Rilian: Mar 9 2010, 14:16
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
 
Reply to this topicStart new topic
Відповідей
Death
Jun 9 2010, 10:45
Пост #2


<script ///>
**********

Група: Moderators
Повідомлень: 6 371
З нами з: 5-November 03
З: Kyiv
Користувач №: 26
Стать: НеСкажу
Free-DC_CPID
Парк машин:
гидропарк
jabber:deadjdona@gmail.com



http://www.netdimes.org/PublicData/downloa...Win-Install.exe

excl.gif!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Agent 0.5.5 Beta Test
Everyone,

The Beta test version of the upcoming Agent 5.5 for windows is available for you to review, test, and try to break. Please download it here

Please make sure to uninstall any Agent you currently have before installing this. Also, please make sure you run the installation as administrator

This Agent has a few things in particular that I would like you to try:

1. QBE. - Should work on all versions of windows now. I'm attaching a sample QBE script that you can load into the Agent and try out (just save it as a text file) Please feel free to play with the script, change parameters, etc.

2. User scripts - Are now XML compatible.( You can find a short explanation below.) Try to play with it, and change/mix parameters. Note that the XML must be precise and is case sensitive. Old scripts should still work.

3. Results - This Agent stores results in memory by default, using files only as backup. This means that results files wont appear in the results directory unless you ordered the Agent to shut down. Please confirm that your results are listed in the statistics.

4. Other measurements - This agent has a different network stack than before, so feel free to play with known Traceroute and Ping tests and see if there are any major problems. Also, this version implements ParisTraceroute type measurement, so you can try that as well.

5. Measurements through firewalls and routers - This version does a better job of this stuff than before, but there are too many variables here to adjust for every single fw/router out there. If you discover that certain settings work well, or don't work, please let me know. One thing I am aware of is that QBE seems not to work through certain home routers (possibly being mistaken for a DDOS) but it does seem to work on others (including PL)

Feel free to use packet sniffers (wireshark) to verify that measurements are being sent and received, etc. Especially if you have more than one machine available for testing.

Please let us know if you find any problems, if anything seems to work poorly, and if anything stopped working that use to work (or vis verse). We have a sticky thread in the DIMES forums for your input

Please be as specific as possible. HINT: if your Agent disappears randomly without giving errors it means that it's throwing some sort of runtime error. Try running it from the commandline by going to the Agent directory and running runAgent.bat.

One last note: The source code that's included with this beta is still the 0.5.2 code (haven't had a chance to update it in the installer) so it doesn't contain any of the 0.5.5 changes.

Thanks to all, and hopefully we can get this version out the door soon.

Boaz


Agent XML Scripts
The Agent script is, by and large XML based. a typical script line looks like this:

<ACTION address="--" protocol="--" sourceport="--" destport="--"/> where:

ACTION is PING, TRACEROUTE, or PARISTRACEROUTE
address is an ip4 address
protocol is ICMP, UDP, or TCP
sourceport is a port number, when applicable
destport is a port number, when applicable

In addition, the is also a special syntax for QBE which can be found here.

A script is expected to be wrapped in the propper beginning and ending tags. Such as:

<Penny>
<script id="032_AllPrefixes" ExID="032_AllPrefixes">

</script>
</Pennny>

Note that, for legacy support purpose, the Agent will still accept the old style of ping and traceroute commands:
Type address protocol sourceport destport
PING 12.34.56.78 UDP 7777 7676

But it is not recommended, as it will eventually be dropped.

By dimes at 20/05/2010 - 08:58 | login to post comments


--------------------
wbr, Me. Dead J. Dona OGR-27
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Повідомлення у даній Темі
nikelong   проект Dimes   Jul 26 2006, 13:02
Panda   А може якось запросити сюда ту українську команду?...   Jul 26 2006, 14:53
nikelong   там все мёртвые души.   Jul 26 2006, 15:39
Tamagoch   підключився :) зовсім не навантажує проц - така со...   Jul 27 2006, 06:01
Tamagoch   стат команди на Free-DC   Jul 27 2006, 06:21
ReMMeR   Хорошая игрушка. Жаль что на яве. Поставил себе на...   Jul 27 2006, 10:05
Tamagoch   очень понравилась возможность удаленного управлени...   Jul 27 2006, 15:34
Tamagoch   потерял почти всех агентов после рестарта !...   Jul 27 2006, 16:48
ReMMeR   Я чогось не можу запустити це щастя дома ... То кл...   Jul 27 2006, 20:43
Tamagoch   Я чогось не можу запустити це щастя дома ... може ...   Jul 27 2006, 20:59
ReMMeR   Дісно, клієнт стабільніший, і красивіший. Повбивав...   Jul 27 2006, 22:07
nikelong   У меня почему-то страны не отображаются :-(   Jul 27 2006, 22:40
ReMMeR   Чтоб страны и провайдеры отображались - дави кнопк...   Jul 28 2006, 07:54
ReMMeR   Я так розумію пінг - команда в мене взагалі не пра...   Jul 29 2006, 11:11
Tamagoch   Виходить по 100 очків на годину (дуже приблизно) ...   Jul 29 2006, 11:36
ReMMeR   Домашнє підключення у мене через ВПН. Мабуть не др...   Jul 29 2006, 13:00
Tamagoch   Домашнє підключення у мене через ВПН. Мабуть не д...   Jul 29 2006, 15:44
ReMMeR   чи твій ВПН програмний? Незнаю програмний чи ні,...   Jul 29 2006, 17:29
Tamagoch   [size=1]Маю точні данні : але, здається, нормальн...   Jul 30 2006, 09:00
Tamagoch   Наразі виконується оновлення софта на сервері netd...   Jul 30 2006, 15:54
18 Сторінки V  1 2 3 > » 


Reply to this topicStart new topic
2 Користувачів переглядають дану тему (2 Гостей і 0 Прихованих Користувачів)
0 Користувачів:

 



- Lo-Fi Версія Поточний час: 15th March 2026 - 18:48