Menu

Tree [050960] master 0.3.0 /
 History

HTTPS access


File Date Author Commit
 bin 2010-11-03 Lisandro Damián Nicanor Pérez Meyer Lisandro Damián Nicanor Pérez Meyer [963736] Ignore binary file.
 distrib 2007-04-11 Joop Stakenborg Joop Stakenborg [508a82] various version related fixes
 doc 2010-11-03 Lisandro Damián Nicanor Pérez Meyer Lisandro Damián Nicanor Pérez Meyer [64bdf5] Ignore html doc.
 examples 2011-01-03 graham.seale graham.seale [f51ca0] Edited examples/10-30mvert4.nec input file to i...
 qt 2012-02-14 Lisandro Damián Nicanor Pérez Meyer Lisandro Damián Nicanor Pérez Meyer [3b5722] Ignore binary files generated by lrelease.
 src 2014-03-09 Lisandro Damián Nicanor Pérez Meyer Lisandro Damián Nicanor Pérez Meyer [b126b7] Rename the methods as are now used by Qt5.
 .gitignore 2010-12-03 Lisandro Damián Nicanor Pérez Meyer Lisandro Damián Nicanor Pérez Meyer [838740] Ignore qantenna.tag.
 AUTHORS 2011-02-12 Lisandro Damián Nicanor Pérez Meyer Lisandro Damián Nicanor Pérez Meyer [5ecf44] Add Ihor Sokorchuk as a translation author.
 BUGS 2011-01-02 graham.seale graham.seale [49693b] copied new TODO and BUGS into master
 COPYING 2007-08-25 Michael Barjenbruch Michael Barjenbruch [9a217a] Corrected executable property
 ChangeLog 2014-03-09 Lisandro Damián Nicanor Pérez Meyer Lisandro Damián Nicanor Pérez Meyer [a691ac] Add missing changelog entry and release 0.3.0.
 Doxyfile 2010-12-19 Lisandro Damián Nicanor Pérez Meyer Lisandro Damián Nicanor Pérez Meyer [95fa24] Search just src for code.
 INSTALL 2007-04-09 Lisandro Damián Nicanor Pérez Meyer Lisandro Damián Nicanor Pérez Meyer [922d73] Added the trunk and branches directories, as su...
 README 2007-04-09 Lisandro Damián Nicanor Pérez Meyer Lisandro Damián Nicanor Pérez Meyer [922d73] Added the trunk and branches directories, as su...
 THANKS 2010-11-04 Lisandro Damián Nicanor Pérez Meyer Lisandro Damián Nicanor Pérez Meyer [7042d2] Merge Graham's changes.
 TODO 2011-01-02 graham.seale graham.seale [49693b] copied new TODO and BUGS into master
 qantenna.pro 2007-08-25 Michael Barjenbruch Michael Barjenbruch [9a217a] Corrected executable property

Read Me

QAntenna: a multiplatform antenna and radiation pattern analyzer

Introduction and motivations

QAntenna is a multiplatform Free/Libre/Open Source Software (FLOSS), released
under the GPL. It's aim is to provide to the scientific community with a
program to view and analyze antennas and their radiation patterns, and in the
near future, any information that NEC2++'s output can provide.
QAntenna's developers are also willing to improve the program to accept XML
formatted data as soon as NEC2++ implements it.

The program was written originally to fullfil two objectives: create a libre
software to allow students to have a tool to analyze antennas at no cost and to
present it as a final work for the subject Principios de Computadoras II,
Electronic Engineering grade course at the Universidad Nacional del Sur,
Argentina.
Because at the university there's a variety of OSs running, the software is
designed to be multiplatform. And, as the original programmers were Linux and
KDE desktop users following a curse on OO programming, the idea to use
Trolltech's Qt 4 libraries were thought as the most appropiate for the project.
The program was first intended to be a direct replace for Antennavis, written
in Tcl/Tk. As Antennavis' source code wasn't written in an OO language, it was
decided to write QAntenna from scratch. The visualization would be created
using OpenGL, the standard for multiplatform visualization programs.

Dependencies:
* Qt >= 4.2
* Glut
* necpp (nec2 if changed in datamanager.cpp)