Updated Wiki: Symbol
Symbol A symbol is a transmittable data unit that the wireless planner must assemble from data flows. Basically, a symbol is an array of blocks.Fieldsblock[] blocks: the array of blocks within the symbol
View ArticleUpdated Wiki: Block
Block A block is the smallest part of a symbol for which independent properties can be set. When transmitting a symbol, each block can have it's own data, modulation and a tag, and some of the blocks...
View ArticleUpdated Wiki: Modulation
Modulation The modulation is a property of a block within a symbol. More powerful modulations allow more data to be stored within a single block because it is packed more densely, but the error rate...
View ArticleUpdated Wiki: Flow_type
Flow_type The flow_type enum contains the following entities:httpftpvideovoipunknownThe simulation system does not take any account for flow types. They exist only to provide additional information and...
View ArticleUpdated Wiki: Wireless
Wireless simulation The wireless simulation mode in Mirelle allows the user to test whether a planner algorithm works well.The environment For the wireless simulation to work, you will need to define...
View ArticleUpdated Wiki: Wireless
Wireless simulation The wireless simulation mode in Mirelle allows the user to test whether a planner algorithm works well.The environment For the wireless simulation to work, you will need to define...
View ArticleUpdated Wiki: Dict
Dict A dict is a key - value string pair storage. It can be constructed using the curly brace syntax: var data = { "hello" => "world" "lol" => "wtf" } Pairs can optionally be separated by a...
View ArticleUpdated Wiki: Dict
Dict A dict is a key - value string pair storage. It can be constructed using the curly brace syntax: var data = { "hello" => "world" "lol" => "wtf" } Pairs can optionally be separated by a...
View ArticleUpdated Wiki: Emit
Emit The emit keyword supports simulation modelling in Mirelle. It's a declarative syntactic construction that defines a new event emitter and sets it's properties. It has quite a few properties which...
View ArticleUpdated Wiki: Flow_sim_result
Flowsimresult The flow_sim_result is a structure that contains data collected during wirelless planner simulation.Fieldsint total: total number of blocks sent to transmittionint failed: number of...
View ArticleSource code checked in, #7997
- array items now work like matrix items - math:pow and math:exp added
View ArticleSource code checked in, #16811
Upgrade: New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link: http://go.microsoft.com/fwlink/?LinkId=254563
View ArticleNew Post: How to use Mirelle as Scripting language in my Application?
How to use Mirelle as Scripting language in my Application?
View ArticleNew Post: Nice ... but
Hello. This looks like a useful tool. A couple of questions:Is there a mechanism for accessing the .NET framework?Can I use Mirelle to write commandline tools? If no to 1, and yes to 2, how do I get...
View ArticleNew Post: How to use Mirelle as Scripting language in my Application?
How to use Mirelle as Scripting language in my Application?
View ArticleNew Post: How to use Mirelle as Scripting language in my Application?
Hello furesoft, You can create an instance of the compiler class and pass the source string to it. Look how the Editor project is made. Sorry for the long delay. I haven't been working on this project...
View ArticleNew Post: Nice ... but
Hello bugmagnet,No, sorry. Mirelle scripts can only use the classes defined in the compiler.It was not an intended usage, but yes, you probably can. You can use the static 'args' field from the 'io'...
View ArticleNew Post: How to use Mirelle as Scripting language in my Application?
how is the project call?
View ArticleNew Post: How to use Mirelle as Scripting language in my Application?
The project is called LENS and is available at GitHub:https://github.com/impworks/lens
View Article