Ftpget merged with the main code

Dependencies:   SDFileSystem dspmodified mbed

Changes

RevisionDateWhoCommit message
29:4f2b3d68aa6b 2015-06-28 lalitkumar minimal version, start bug fixing from here default tip
28:9d2635dcb8ff 2015-06-28 lalitkumar last version before BI edit
27:4eb9687ab6c2 2015-06-26 lalitkumar timestamp array size bug fixed
26:256bf8284cb6 2015-06-26 lalitkumar ftpfilepath error fixed (yy/mm)
25:236d7a498f38 2015-06-25 lalitkumar added csq store along with timestamp, improved sendatcommand to accomodate csq
24:45bcaa34bcaa 2015-06-25 lalitkumar bugs resolved in gsm_init and ftp_put modified for 2 serial responses
23:6a16dc53bdad 2015-06-25 lalitkumar reset in gsm_init moved to main function for further analysis
22:4141d6a13488 2015-06-25 lalitkumar FTPput corrected to allow multiple putname_attempts
21:9e71641aeac8 2015-06-25 lalitkumar gsm init improved with simultaneous dual response comparison for ATcommand (sendATcommand2)
20:764af4c48cf2 2015-06-23 pravinmagar Iteration function added
19:0f009e5e5646 2015-06-23 pravinmagar iteration function is added
18:4e3aa33674c8 2015-06-23 lalitkumar DCdetect & TC detect sampled twice, moved averaging operation from storage to dc_detection function
17:824537d9204b 2015-06-23 lalitkumar DC Detect storage removed
16:622629b0cf3c 2015-04-30 jaspreetsingh FTPGET_Merged FTPPUTPATHNAME corrected
15:f2a7003fcea1 2015-04-29 jaspreetsingh FTPGET_Merged Delete function corrected
14:83b823fdcdd0 2015-04-06 jaspreetsingh FTPGETPATH updated now the final.txt should be placed inside the folder name like /Module_Name/Final.txt on the server
13:73d6de10d15c 2015-03-19 jaspreetsingh FTPPUTPATHNAME updated in Fahad Code
12:0ab0a2578025 2015-03-11 FahdAnsary File names generating issues in absence of GSM modified. (files will be created with Err suffix followed by serial number).; module now works in absence of GSM and as GSM is ON, module continues sending ftp files, no need to reset.
11:63f48533dc6f 2015-03-11 jaspreetsingh FTPPUTPATHNAME updated with /mod_name/YYMM/DD/HH format
10:9184e2fb5974 2015-03-09 lalitkumar hour indicator code position changed
9:7965c3bc3199 2015-03-09 FahdAnsary ftpget jassi version with timestamp sending @ every hour added. module reset @ 2 hours logic changed (now its time dependant). code yet to be tested for continuous operation for 4-5 days
8:12b4c521c033 2015-03-04 jaspreetsingh Timestamp file updated. Just add the ftp put of the timestamp file after 1 hour in this programme.
7:3d5fd645c11d 2015-03-03 jaspreetsingh Updated code FTPGET_Merged code with TC value correction
6:87c4ae320c7c 2015-03-02 jaspreetsingh FTPPUTPATHNAME corrected as /mod_name/1503/150302
5:11c455ebcc34 2015-03-02 jaspreetsingh FTPPUTPATHNAME is added. Now all one day file in one folder
4:668d7227d060 2015-02-17 jaspreetsingh Security added in do_remove that if dir to be deleted is not found then it'll return
3:726f275f04ac 2015-02-17 jaspreetsingh Corrected code to delete all the files from the folder
2:e5b9aefbcdeb 2015-02-16 jaspreetsingh Delete file added
1:56e7680a6339 2015-02-16 jaspreetsingh FTPGET_Merged code with delete file feature added;
0:f2467c077504 2015-02-14 jaspreetsingh FTPGET Command inserted