четверг, 23 апреля 2020 г.

CTO of startup from Perm made a new statement regarding COVID-19 situation

Chief technical officer from Perm states "Now is not the right time to make forecasts. What we need is to wait and observe".

As for 23th April there are total 62773 confirmed diagnoses of COVID-19 in Russia.

воскресенье, 26 июля 2015 г.

8th Week

Hello!,

Here is small status update after the 8th week of GSoC program.

The main achievement of this week: the implementation of STrPe-DS is almost done!
1. Signature checking
2. Gathering of complains about malicious peers from the team by splitter
3. Excluding peers from the team (with trusted peers)

воскресенье, 19 июля 2015 г.

понедельник, 8 июня 2015 г.

The Second Week

Hi there,

According to schedule, the aim of the second week is to implement trusted peer logic. I think that this schedule is not correct, because of results of the first week.

Results of the second week:
1. crc32 is changed to sha256 in chunk hash message.
2. Now splitter have trusted peer list. It can be initialized like this:
 $ ./splitter.py --source_port 8080 --strpe "127.0.0.1:56000" "127.0.0.1:56001"   

So now messages from peers which is not in trusted peer list will be ignored by splitter.

The diff between the first and second week can be found here.
Also, the diff between main p2psp repo and my fork can be found here.

Thanks!

воскресенье, 31 мая 2015 г.

The First Week

Hi there,

In this blog I will report about my activity and progress in GSoC project. The aim of project is to implement defense strategies against malicious activity in P2PSP network.
The P2PSP is an application layer protocol for the real-time streaming of multimedia content over the Internet. Many thanks to the community for accepting me as their GSoC student.

According to the schedule, described in my proposal, the goal of the first week is to implement malicious peer.