Author Topic: Linkedin protocol  (Read 2747 times)

0 Members and 1 Guest are viewing this topic.

Offline alkema_jm

  • Newbie
  • *
  • Posts: 2
Linkedin protocol
« 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
 

Offline ghazan

Re: Linkedin protocol
« Reply #1 on: 26 05 2019, 20:00:19 »
alkema_jm,
  • yes, it's possible
  • if you wanna implement it youself, you'll need to write ~50K of C++ code according to our rules
 

Offline alkema_jm

  • Newbie
  • *
  • Posts: 2
Re: Linkedin protocol
« Reply #2 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/ for the first time. I think it will be useful for analyzing the LinkedIn protocol to 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.
 

Offline Vulpix

Re: Linkedin protocol
« Reply #3 on: 28 05 2019, 15:35:38 »
I would also recommend fiddler because it can read https traffic (if you install the certificates).