i need a little help regarding NS-2 My question is can you implement a particular message format between two nodes in NS-2 like we create a tcp communication but if i want to send particular message eg a certificate with information inside it such as public key or type of node time, etc. i am trying to do it in wireless and also can it be encrypted. is there any example or sample code or snippet you can share
how to implement particular message format in NS-2
148 Views Asked by script001 At
1
There are 1 best solutions below
Related Questions in SIMULATION
- Issues in Migration of RISCV Test Harness from VCS to Questasim Simulator
- Queue Scenario Help Getting Started
- Writing a simulation program in Python
- Java Card applet EEPROM vs RAM testing
- Simulate the use of a website with a client
- Verilog simulation x's in output
- Time step independence of Molecular Dynamics code
- How to code a arrival generator with a varying intensity rate
- Is it possible to build a heatmap from point data at 60 times per second?
- Verilog Testbench constant exp and pram compilation and simulation errors
- Evaluation / Simulation of existing python program
- Pause and resume threads that are sleeping Java
- Simultaneous object interaction in javascript
- Faster alternative to populating a pre-allocated data frame using a for-loop
- Simulating a game where each player has a different probability of winning?
Related Questions in WIRELESS
- Capture RRC Messages using Libpcap on android
- RRC state of an android
- Cyclostationary Feature Detector: Performance doesn't vary with Change in SNR
- how to implement particular message format in NS-2
- Changing network interface at runtime
- Iphone wireless distribution installation loop
- How to gain control over LMP messages in BT stack?
- microcontroller wireless communication for GPS tracking
- where does iwconfig get data on bitrate in linux
- Multiple wireless block in wpa_supplicant.conf
- Using TelnetLib with a Cisco Wireless Controller
- Simulate video dissemination with different bitrate on the network
- NativeWifi and Windows XP SP2/SP3
- iPhone/iPad Get State of Wireless keyboard
- code for print from i-pad and which all print does it support
Related Questions in SIMULATOR
- Aldebaran Nao robot simulator without a real robot
- Multiple RadioButtons Simulator
- How can I fire a UILocalNotification for every 15 days with repeat interval in objc
- Android debug error 'Unable to identify the apk for variant armv7-debug'
- import external data to ONE simulator
- Error building/running in simulator on Xcode
- Simulation of Sockets in Network Simulator
- Starting iOS simulator from command line fails with error code 60
- Play video frame by frame performance issues
- Can not add images to iOS Simulator
- SQL simulator on Prolog
- xcode 6.3.2 - simulator wrong screen size
- Unfortunately, Launcher3 has stopped
- Simulator become very slow
- how do i adjust this application window while running
Related Questions in PUBLIC-KEY-ENCRYPTION
- Storing Encryption Key in Application
- Original Base64 value is edited but still it is giving same normal string
- Verify a file signature inside a Linux kernel module
- Retrieve ECC Public Key from Base64 encoded string
- What format are .tox files stored in?
- How Restful Request Public Key and Private Key Works for each request
- Use previously generated private key in ECIES
- How to create valid public and private key for digital sign?
- I am getting error while using SecKeyEncrypt with Secure Enclave
- How can you asymmetrically encrypt a key using ECC in Java?
- Is it possible to have a 128 bytes RSA public exponent?
- AES Encryption between iOS and C#
- unable to verify string signed by openssl with dsa key
- Public key and private key relationship
- Getting javax.crypto.IllegalBlockSizeException: last block incomplete in decryption error
Related Questions in NS2
- UDP congestion control in NS2
- How to change link color in NS2?
- How can i set next hop of nodes in NS2?
- Adding tree routing protocol in ns 2.32
- How to use node's coordinates in AODV packets in NS-2?
- Shell script to create loop for command
- Calculating overall average time taken to send a packet from source to destination when a all the nodes in the network are moving
- can't read "ns_": no such variable
- Ant Hoc net simulation on ns2
- Data mules in ns2
- AODV CODE explanation NS2
- TCP Choosing optimal window size?
- Network simulator - reading packets from file
- how to implement particular message format in NS-2
- Passing the repeatTime from ns2 to .cc file
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Creation of your own packets in aodv is so easy. Have a look at it. http://karthicksivakrr.blogspot.in/2014/02/how-can-i-create-my-own-packets-in-aodv.html