Pull to refresh

Comments 3

Упомянутый в статье bookmarklet:

javascript:'use strict';(function(m,i){for(i=m.length;i--;){m[i].target='omnetpp-sm';m[i].style.color='#993200'}})(document.querySelectorAll('.post__text a[href^="https://omnetpp.org/doc/omnetpp/manual/"]'));

Порядок действий: скопировать, вернутся назад (Alt+⍇), запустить.

Запуск в Chrome
javascript :'use strict';(function(m,i){for(i=m.length;i--;){m[i].target='omnetpp-sm';m[i].style.color='#993200'}})(document.querySelectorAll('.post__text a[href^="https://omnetpp.org/doc/omnetpp/manual/"]'));

Запуск:

  1. вставить в OmniBox,
  2. стереть пробел после “javascript”,
  3. Enter.

Альтернативные варианты.

P.S. После использования bookmarklet'а, я разделил экран на две части (2 окна): в левой — этот tutorial, а в правой — Simulation Manual. Было очень удобно — клик по ссылке в tutorial сразу пролистывает Simulation Manual на нужное место.
Возможно, кого-нибудь заинтересует другая сторона OMNeT++:

ElasticO++An Elastic Optical Network Simulation Framework for OMNeT++
A tool created to enable testing in a whole range of routing, modulation, spectrum assignment, defragmentation algorithms, parameters, and topologies.



Другая статья "An Elastic Networks OMNeT++-Based Simulator" (она напрямую не связана с ElasticO++).


SimuLTE — LTE User Plane Simulation Model for INET & OMNeT++

  • репозиторий
  • публикации:
    • Simulating LTE/LTE-Advanced Networks with SimuLTE
    • Modeling X2 backhauling for LTE-Advanced and assessing its effect on CoMP Coordinated Scheduling
    • Modeling unicast device-to-device communications with SimuLTE
    • Simulating device-to-device communications in OMNeT++ with SimuLTE: scenarios and configurations
    • Performance evaluation of TCP-based traffic over direct communications in LTE-Advanced
    • ...
Sign up to leave a comment.

Articles