Lakindu Akash
|
f90b7622de
|
Merge pull request #7 from lakinduakash/dev-1
Dev 1
|
2019-04-16 02:37:41 +05:30 |
|
lakinduakash
|
5d16c3b4c3
|
Move declarations to header file
|
2019-04-16 02:36:06 +05:30 |
|
lakinduakash
|
16401a123e
|
Update ui when creating hotspot
|
2019-04-16 02:23:22 +05:30 |
|
lakinduakash
|
baf690b0ce
|
Fix thread initialize erro (xlib)
|
2019-04-16 02:11:53 +05:30 |
|
lakinduakash
|
ed3ca1cf6c
|
separate show and stop progress bar into functions
|
2019-04-16 01:21:55 +05:30 |
|
lakinduakash
|
2ac7bd979e
|
Show progress bar on open(while checking running info)
|
2019-04-15 23:08:29 +05:30 |
|
lakinduakash
|
7a977ae268
|
Add method to lock views to prevent unintended changes from user
|
2019-04-15 23:00:54 +05:30 |
|
lakinduakash
|
ed5fb1ac75
|
Add progress bar to indicate initialization status
|
2019-04-15 22:56:14 +05:30 |
|
lakinduakash
|
aa4f7b22e0
|
Init with running status
|
2019-04-15 05:01:04 +05:30 |
|
lakinduakash
|
7ec424edc1
|
Add status label
|
2019-04-15 05:00:36 +05:30 |
|
lakinduakash
|
34f5ad9234
|
build kill command by pid
|
2019-04-15 05:00:05 +05:30 |
|
Lakindu Akash
|
d9c233f7b5
|
Merge pull request #6 from lakinduakash/dev-1
Dev 1
|
2019-04-15 04:22:28 +05:30 |
|
lakinduakash
|
9923bcf7bf
|
Initialise ifaces from config file on start
|
2019-04-15 04:16:26 +05:30 |
|
lakinduakash
|
2ed864095c
|
Add interface values to read config
|
2019-04-15 04:15:41 +05:30 |
|
lakinduakash
|
96a7c3c739
|
Move config related definitions to read_config.h
|
2019-04-15 04:14:59 +05:30 |
|
lakinduakash
|
2b251a094e
|
Move config related definitions to read_config.h
|
2019-04-15 04:14:32 +05:30 |
|
lakinduakash
|
4a9322ce14
|
Fix delim issue on tokenize
|
2019-04-15 04:13:30 +05:30 |
|
lakinduakash
|
077e384678
|
Get interface names from selected interfaces combo box
|
2019-04-15 03:40:40 +05:30 |
|
lakinduakash
|
9e8264d285
|
Add combo boxes for select wifi and internet interface
|
2019-04-15 03:39:54 +05:30 |
|
lakinduakash
|
722040f6ec
|
Get network interfaces from /sys/class/net
|
2019-04-15 02:49:02 +05:30 |
|
lakinduakash
|
eb500a40e0
|
Get running instance info (pid,interface,ap)
|
2019-04-15 02:48:02 +05:30 |
|
lakinduakash
|
0012bb8118
|
Remove extra outputs from list-running
|
2019-04-15 00:17:33 +05:30 |
|
lakinduakash
|
de3091cc83
|
Add new makefile
|
2019-04-14 22:31:15 +05:30 |
|
lakinduakash
|
d3f1f97dcd
|
Add new LICENCE
|
2019-04-14 22:16:31 +05:30 |
|
lakinduakash
|
7f95c03331
|
Update README.md
|
2019-04-14 22:14:26 +05:30 |
|
lakinduakash
|
95897a23c1
|
Create new README.md
|
2019-04-14 22:13:50 +05:30 |
|
lakinduakash
|
0ad4516efb
|
Move README.md to script directory
|
2019-04-14 21:10:22 +05:30 |
|
lakinduakash
|
2b822bd4cb
|
Update gitignore
|
2019-04-14 21:08:24 +05:30 |
|
lakinduakash
|
e72386a89d
|
clean read_config
|
2019-04-14 21:06:01 +05:30 |
|
lakinduakash
|
6f2c2f9d5b
|
clear script
|
2019-04-14 20:48:08 +05:30 |
|
lakinduakash
|
0e25719af2
|
fix return config file location
|
2019-04-14 20:46:53 +05:30 |
|
lakinduakash
|
e73ad03eb2
|
get config file location from users homedir
|
2019-04-14 18:34:27 +05:30 |
|
lakinduakash
|
961e4bb3bb
|
initialise ui from config file
|
2019-04-14 15:37:34 +05:30 |
|
lakinduakash
|
57c41f64ac
|
remove redundant functions
|
2019-04-14 15:36:40 +05:30 |
|
lakinduakash
|
84a2828f97
|
set and return read values from config file
|
2019-04-14 15:36:12 +05:30 |
|
lakinduakash
|
24862a9798
|
rename functions in read_config
|
2019-04-14 13:41:53 +05:30 |
|
lakinduakash
|
30d077deb7
|
Add c++ support
|
2019-04-14 13:36:40 +05:30 |
|
lakinduakash
|
583dd49f2f
|
c++ implementation of read conf file
(Reason:libconfig error without double quotes)
|
2019-04-14 13:35:49 +05:30 |
|
lakinduakash
|
49c9aed7e4
|
Create and Read SSID and PASSPHARE to cinfig file and init getters and setters
|
2019-04-14 00:50:13 +05:30 |
|
lakinduakash
|
9204bc1836
|
Add CONFIG key defines
|
2019-04-14 00:30:46 +05:30 |
|
lakinduakash
|
71c5db1128
|
Add libconfig to cmake
|
2019-04-14 00:29:32 +05:30 |
|
lakinduakash
|
dfc5ec2cbd
|
chown logged user to config file and allow to write
|
2019-04-13 17:31:38 +05:30 |
|
lakinduakash
|
3d80c7dc79
|
Remove redundant libraries from cmake
|
2019-04-13 11:53:48 +05:30 |
|
lakinduakash
|
4e3bef5d2e
|
Move ui related function to ui.c
|
2019-04-13 11:52:09 +05:30 |
|
Lakindu Akash
|
48add96e85
|
Merge pull request #1 from lakinduakash/dev-1
Dev 1
|
2019-04-13 03:57:37 +05:30 |
|
lakinduakash
|
6fbcc78a12
|
Re format
|
2019-04-13 03:52:16 +05:30 |
|
lakinduakash
|
2ef4f68511
|
Cleanup code
|
2019-04-13 03:51:36 +05:30 |
|
lakinduakash
|
b3dc94d013
|
Get texts from entry and start shell on new thread
|
2019-04-13 03:48:09 +05:30 |
|
lakinduakash
|
5399bce678
|
Add stop button
|
2019-04-13 03:47:39 +05:30 |
|
lakinduakash
|
324f2937cc
|
Add new sources to get and set command line properties
|
2019-04-13 03:47:17 +05:30 |
|