source: ntrip/trunk/BNC/ntrip2test.cpp@ 1337

Last change on this file since 1337 was 1337, checked in by mervart, 15 years ago

* empty log message *

File size: 400 bytes
Line 
1
2#include <QApplication>
3
4#include "bncnetrequest.h"
5
6using namespace std;
7
8// Main Program
9/////////////////////////////////////////////////////////////////////////////
10int main(int argc, char *argv[]) {
11
12 QApplication app(argc, argv, false);
13
14
15 bncNetRequest* req = new bncNetRequest();
16
17 QUrl url("http://ntrip2c:rtcm2c@euref-ip.bkg.bund.de:2111");
18 req->request(url);
19
20 return app.exec();
21}
Note: See TracBrowser for help on using the repository browser.