Miranda NG Official Community Forum

Forum for English speaking Miranda NG users => Development => Topic started by: alkema_jm on 26 05 2019, 15:11:51

Title: Linkedin protocol
Post by: alkema_jm on 26 05 2019, 15:11:51
Hello Miranda NG (forum users)/builders,

Is it possible to make a Miranda-NG plugin for the (Microsoft) Linkedin platform? If Yes, Who ('Miranda NG forum users') has advise for me how to realize such a protocol?

Greetingz Jan Marco
Title: Re: Linkedin protocol
Post by: ghazan on 26 05 2019, 20:00:19
alkema_jm,
Title: Re: Linkedin protocol
Post by: alkema_jm on 28 05 2019, 11:44:30
Hello Ghazan,

> yes, it’s possible

Excellent :)

> if you wanna implement it youself, you'll need to write ~50K of C++ code according to our rules

I installed Wireshark https://www.wireshark.org/ (https://www.wireshark.org/) for the first time. I think it will be useful for analyzing the LinkedIn protocol to https://www.linkedin.com (https://www.linkedin.com)  Maybe you use better tools?

I like to re-use plugin C++ code. (Not reinvent “the wheel”).  Do you have a suggestion which plugin I can use (best) as initial solution?

Greetings Jan Marco

Quote
N.B. Wireshark is a free and open-source packet analyzer. It is used for network troubleshooting, analysis, software and communications protocol development, and education.
Title: Re: Linkedin protocol
Post by: Vulpix on 28 05 2019, 15:35:38
I would also recommend fiddler because it can read https traffic (if you install the certificates).