1

Good morning everybody. I'm using Veins 4.4 and Omnet++ v4.6.

Is it possible to save data collected through a Veins simulation (i.e. WaveShortMessage fields) in my SQLite DB?

thanks in advance BR

FMA
  • 33
  • 1
  • 7

1 Answers1

2

SQLite support for OMNeT++ 5.1 is a work in progress. There will be a preview release before the holidays so if you can port your code OMNeT++ 5.1 (PRE2) you will be able to configure an SQLite vector manager (instead of the current text based one) which will write out the vector data to a SQLite database. A preliminary version was presented at the 2016 OMNeT++ Summit: https://summit.omnetpp.org/archive/2016/assets/pdf/OMNET-2016-Session_3-03-Presentation.pdf

Rudi
  • 6,418
  • 1
  • 16
  • 20
  • just a further question. where I can find this technical preview with the aloha example? I've read about it in the slides – FMA Dec 13 '16 at 09:30
  • That version (preview 1) was distributed only on the summit for a limited number people, however I'm just working on preview 2 version which will be available in a week on the omnetpp.org website. – Rudi Dec 13 '16 at 09:33
  • Preview 2 is available for testing. – Rudi Jan 06 '17 at 10:36