Skip to main content

The ONE KB has a new home

The ONE Knowledge Base is now hosted at http://theonekb.pythonanywhere.com/

If you are unaware, the ONE KB allows you to search the old email archives of the simulator's community. Therefore, if you have any question related to simulation, you may query the existing database at the above link. Chances are good that your question might already have been answered previously. If not, you can still post an email to the community's mailing list.

Have you tried the ONE KB already? How was your experience? Was it helpful? Let me know in the comments!

Comments



  1. Very enjoyable to visit this blog and find something exciting and amazing.


    How to Use a Dremel to Cut Glass?

    ReplyDelete


  2. read this above post its very greatful for me thanks sharing this post ,great post.

    How to Use a Dremel Tool?

    ReplyDelete


  3. NICE for giving a chance to share ideas for your comuty i really thanks for that great post.
    How to Carve Wood with a Dremel Tool?

    ReplyDelete
  4. Hello, I would like to appreciate your work. It’s a great platform got to learn a lot. Your data is really worthy. Thank you so much. Keep it up!

     Forex Trading

     Forex Market

     Forex

     Foreign Exchange Market

    ReplyDelete
  5. Great Information! Its looking Nice.Useful for me to develop my knowledge. Thank you!

    You can invest in stocks yourself by buying individual Stocks & Shares or mutual funds,IPOs, or get help investing in stocks by Visit stockinvestor.in
    Online Trading

    Currency Trading

    Demat Account

    ShareTrading

    ReplyDelete
  6. Thanks for such a valuable and informative platform I find here.
    wish to learn more about stock market and stock/share market Live Updates from this site (stockinvestor.in)

    lic housing finance share price target
    tata power stock recommendation
    amarraja batteries
    jm financial share
    phillips carbon share price
    balrampur chini mills
    relaxo chappals
    bioscon ltd

    ReplyDelete
  7. I saw your post. it has very good information keep it up. we are also World wide news we provide News, Politics,Travel,fashions...etc

    COVID-19
    Valley Curtain
    Arab World
    Donald Trump
    Bubbly sweater

    ReplyDelete

Post a Comment

Popular posts from this blog

Text Highlighting in Latex

While preparing a manuscript with Latex, it is often useful to highlight the changes made in the current revision with a different color. This can be achieved using the \ textcolor command provided by Latex. For example, \textcolor {red}{Hello World} would display the string "Hello World" in red color. However, the final/published copy of the manuscript does not contain any highlighted text. Therefore, if a large volume of changes were made, it becomes tiresome at the end to find and remove all the individual portions of highlighted text. This can be circumvented by defining a utility command to switch highlighting on and off as desired. In the following, we define a new Latex command, highlighttext , for this purpose. The command takes only a single argument—the text to be highlighted.     \usepackage {color}    % For highlighting changes in this version with red color   \newcommand { \highlighttext }[1] { \textcolor {red}{#1}}   % Remove all text highlighting

Specifying Source and Destination of Messages

One of the frequently asked questions in the community is how to specify which particular nodes would act as source(s) and destination(s) of the messages created in the ONE simulator. The simulator, in fact, provides a pair of settings (shown below in bold face) aimed for this particular purpose. Let us consider that there are $n + 1$ nodes in an OMN.  Further, let the nodes with addresses from $x$ to $y$, both inclusive, would create messages. The nodes in the range $w$ to $z$, both inclusive, would be the destinations of those messages, where $0 \le x \le y \le n$, and $0 \le w \le z \le n$. Then, the corresponding simulation scenario can be configured as follows. ## Message creation parameters # How many event generators Events.nrof = 1 # Class of the first event generator Events1.class = MessageEventGenerator # (Following settings are specific for the MessageEventGenerator class) # Creation interval in seconds (one new message every 25 to 35 seconds) Events1.interval = 25