Cannot open ini file `omnetpp.ini' - ini

I'm a graduate student in computer networking and researching Content-Centric networks and going to use a ccnSim simulator.
I am an amateur in OMNeT++.
ccnSim is written in C++ under the OMNeT++ framework.
I have installed ccnSim in OMNeT++ but have got problem.
I've got error Cannot open ini file omnetpp.ini.
I would be really appreciated if you could help me by a Comprehensive guide.
Thanks a lot for your help.

You have to put your omnetpp.ini and *.ned files to the same directory as your compiled executable or change your working directory to your "simulation" directory.

Related

code blocks error: no input files. C code

I just installed code blocks after I did format to my PC. currently, I work on windows 10 pro 64-bit and every time I open a project and run it I face an error it says as in the image; no input found.
I program C code on code blocks by GCC compiler.
I tried to search online but it isn't a popular problem and I hadn't found anything works.
I hope you can help guys and thank you in advance.
The problem happened because I named my Desktop directory in Arabic, which the compiler couldn't find the project file that I was working on.
So, in general, be sure of the names of the main directories on your PC that are written in the English language.

What are .nsh files? Can't find any docs for it

I recently saw a .nsh file for the first time.
What is it? I can't find any docs regarding this language.
Does anyone know a good place to learn about it?
It is an installer file used by NSIS (Nullsoft Scriptable Install System), a program used for creating Windows installers; saves header information that can be included across all .NSI installer scripts; helps setup common environment conditions for an installation.

libwebsockets: How to download files from http server using libwebsocket client

I'm doing a project on ARM platform (Linux Kernel), where I need to code a firmware autoupdate task in C. In order to that, I need to download the manifest file from the FTP/HTTP server and from the manifest file, I'll have link to download the firmware package. I'm using libwebsockets to achieve this task as this is very light weight and has low memory footprint.
Please help me on HOW to download the files and upload the files (as a client) using the libwebsockets library? I have gone through the examples and source code repo to understand how this library works, but this is pretty confusing to fathom the flow and API. Please help me, folks.
Thank you all in advance.

Decompressing .lz file

Curiosity is one of my personal keys. I got a folder of an executable c application, this folder include many files some are files.so , files.ini and other files.lz and I decided to try do some kind of reverse engineering, so I have used a reverse engineering online tool for the files.so and files.ini are already opened via notepad as we all know, but now my problem is about opening files.lz, which i already know that it contains libraries to be used for functions on files.so
This is what i want to know and to have some help in it how can I decompress it via a desktop tool or even an online tool?
Should be Lzip.
When you are in the linux-world, one very usefull commands is file:
$ file myFile.lz
myFile.lz: lzip compressed data, version: 1

How to open and edit .obj file

I have downloaded a portable data file from a website, and would like to be able to edit it, to understand its structure and to generate such files myself.
http://www.fileconvoy.com/dfl.php?id=ga4a4462424e50b70999210576591a13bb562d9009
Can someone give me a clue where to start and what to open it with?
Thanks!

Resources