• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.cvs2clH A D03-May-20220

.nocvs2ftpH A D03-May-20220

ACTIONSH A D03-May-2022158 1312

BUGSH A D03-May-2022331 76

COPYINGH A D03-May-202217.6 KiB340281

ChangeLogH A D03-May-20225 KiB175107

INSTALLH A D03-May-2022299 118

MakefileH A D03-May-20221.3 KiB6246

READMEH A D03-May-2022807 3523

action.ccH A D03-May-202211.6 KiB446340

action.hH A D03-May-20222.8 KiB219192

area.ccH A D03-May-20226.8 KiB292252

area.hH A D03-May-2022654 4336

bastypes.hH A D03-May-2022228 75

config.ccH A D03-May-20223 KiB163146

config.hH A D03-May-2022719 4642

ftnaddr.ccH A D03-May-20224.7 KiB237186

ftnaddr.hH A D03-May-20222.3 KiB7244

global.ccH A D03-May-202248 53

global.hH A D03-May-202279 64

log.ccH A D03-May-2022808 5144

log.hH A D03-May-2022379 2825

lxtrack.1H A D03-May-2022295 1514

lxtrack.ccH A D03-May-2022973 5450

lxtrack.cfgH A D03-May-2022366 1713

makefile.lnxH A D03-May-2022762 5138

makefile.osfH A D03-May-2022782 5234

mask.ccH A D03-May-20225.7 KiB218199

mask.hH A D03-May-20221.1 KiB6155

msg.ccH A D03-May-20223.2 KiB161139

msg.hH A D03-May-2022766 4436

op.hH A D03-May-2022268 1513

pkt.ccH A D03-May-20228.4 KiB309216

pkt.hH A D03-May-2022461 3129

scndr.hH A D03-May-2022279 1614

strsep.ccH A D03-May-20221.1 KiB4017

strsep.hH A D03-May-2022119 74

version.hH A D03-May-202253 32

README

1				LxTrack
2			-----------------------
3
4
5
6  I. Introduction
7 II. Config file
8III. Portability Issues
9     1. Header files
10
11I. Introduction
12===============
13
14Lxtrack was designed to be a fully compatible NetMgr-Clone for Linux. The current
15version is somewhere around -0.1 ;)
16Lxtrack do not supported after 2005 year.
17
18II. Config file
19===============
20
21Lxtrack uses the same config-format as Netmgr. Refer to Netmgr documentation for
22details.
23
24III. Portability Issues
25=======================
26
27The code is written almost exclusively using ANSI C++, so it shouldn't be too
28hard to port it to any system which has a C++ compiler conforming to ANSI.
29
30III.1 Header Files
31==================
32
33If you are using a compiler that has iostream.h instead of iostream defin
34 IS_OLDGCC in the Makefile, and it should run.
35