02-14-2016 06:41 AM
hi everybody.
mobile line based data disseminiation protocol (MLBDD)
02-15-2016 08:18 AM
I have not found much information about this MLBDD protocol, so I'm unsure of how it works at a basic level, and I couldn't find any previous cases of people attempting to do similar things with LabVIEW either. This might be able to be monitored through data sockets but I'm unsure if that is actually the case.
Did you have any ideas or any base code already developed to work with this data, if you do it might help us think of a possible way to do what you want.
In addition could you be more descriptive of what exactly is your final goal, and what you need to do with this project.
Regards
02-16-2016 12:08 AM
tnx, for attention.
the source code in Glomosim simulator (attachment).
The file "table.pc" represents the source code for dividing the interest area into 5 ractangular bands
The file "Donnee.pc" represents the creation of a sensored data and its storage in the band
The file "demande.pc" represents a data request from the sink
The file "collecte.pc" represents the MA collect processus
download link
http://s000.tinyupload.com/?file_id=50194318901833244613
02-16-2016 04:15 PM
If what you need is similar to what is being done on the code you attached, you could try recreating its functionallity on LabVIEW yourself, since I don't think there are any LV examples or functions that could replicate what this code does.
As I mentioned before I don't really know about this protocol you are using and there's not much information about it, so that makes it difficult to understand what exactly you need to do, and how you can do something like that.
There would also be the option of creating DLLs based on the code you have here (so long as it is permitted in the license), and use this from LabVIEW to obtain the data that you need. This could be simpler if you have a way to already obtain the data with external code, and a base code with some functionallity already implemented.
02-18-2016 01:59 AM
tnx , attention
i have not a some time, i cant simulate mlbdd protocol in glomosim simulator.
i only need data delivery ratio (%) , only % number. for add to my compare chart .