Module_OcppBackend.c 34 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516
  1. #include <sys/time.h>
  2. #include <sys/timeb.h>
  3. #include <sys/types.h>
  4. #include <sys/stat.h>
  5. #include <sys/ioctl.h>
  6. #include <sys/socket.h>
  7. #include <sys/ipc.h>
  8. #include <sys/shm.h>
  9. #include <sys/shm.h>
  10. #include <sys/mman.h>
  11. #include <linux/wireless.h>
  12. #include <linux/sockios.h>
  13. #include <linux/socket.h>
  14. #include <arpa/inet.h>
  15. #include <netinet/in.h>
  16. #include <unistd.h>
  17. #include <stdarg.h>
  18. #include <stdio.h>
  19. #include <stdlib.h>
  20. #include <unistd.h>
  21. #include <fcntl.h>
  22. #include <termios.h>
  23. #include <errno.h>
  24. #include <errno.h>
  25. #include <string.h>
  26. #include <time.h>
  27. #include <ctype.h>
  28. #include <ifaddrs.h>
  29. #include "libwebsockets.h"
  30. #include <lws_config.h>
  31. #include "hashmap.h"
  32. #include "SystemLogMessage.h"
  33. #include "ShareMemory.h"
  34. #include <pthread.h>
  35. #include "MessageHandler.h"
  36. #include "sqlite3.h"
  37. #if 0
  38. #define DEBUG_INFO(format, args...) StoreLogMsg("[%s:%d][%s][Info] "format, __FILE__, __LINE__, __FUNCTION__, ##args)
  39. #define DEBUG_WARN(format, args...) StoreLogMsg("[%s:%d][%s][Warn] "format, __FILE__, __LINE__, __FUNCTION__, ##args)
  40. #define DEBUG_ERROR(format, args...) StoreLogMsg("[%s:%d][%s][Error] "format, __FILE__, __LINE__, __FUNCTION__, ##args)
  41. #endif
  42. #define Debug
  43. //#define ARRAY_SIZE(A) (sizeof(A) / sizeof(A[0]))
  44. #define PASS 1
  45. #define FAIL -1
  46. typedef enum boolean { FALSE, TRUE } BOOL;
  47. struct lws *wsi_client;
  48. struct lws_context *context;
  49. static int sendbuffer = 0;
  50. extern int server_sign;
  51. //extern int TransactionMessageAttemptsValue;
  52. //extern int TransactionMessageRetryIntervalValue;
  53. //extern int server_pending;
  54. //extern struct OCPP16Data *ShmOCPP16Data;
  55. extern void CheckSystemValue(void);
  56. //extern int TransactionMessageAttemptsGet(void);
  57. extern int FirstHeartBeatResponse(void);
  58. extern void OCPP_get_TableAuthlocalAllData(void);
  59. extern int TransactionMessageAttemptsGet(void);
  60. extern int TransactionMessageRetryIntervalGet(void);
  61. extern int GetOcppConnStatus(void);
  62. extern void SetOcppConnStatus(uint8_t status);
  63. pthread_mutex_t mutex1 = PTHREAD_MUTEX_INITIALIZER;
  64. pthread_mutex_t lock_sentData = PTHREAD_MUTEX_INITIALIZER;
  65. pthread_mutex_t receiveData = PTHREAD_MUTEX_INITIALIZER;
  66. //struct json_object *parsed_json;
  67. //extern struct node Node;
  68. //==========================================
  69. // Function prototype
  70. //==========================================
  71. void trim(char *s);
  72. int mystrcmp(char *p1,char *p2);
  73. void substr(char *dest, const char* src, unsigned int start, unsigned int cnt);
  74. void getSubStr(char *dest, char* src, char *split, int idx);
  75. void split(char **arr, char *str, const char *del);
  76. int strpos(char *source, char *substr, int skip);
  77. int strposs(char *source, char *substr, int idx);
  78. char *random_uuid( char buf[37] );
  79. static int OCPP16Callback(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len);
  80. char * strchr(const char *p, int ch);
  81. void ReceivedMessage(void *in, size_t len);
  82. struct StartTime
  83. {
  84. unsigned int connect;
  85. unsigned int bootNotification;
  86. }startTime;
  87. #if 0
  88. unsigned char *SendBuffer;
  89. int SendBufLen=(1024*4);//(1024*3);
  90. #endif
  91. int SendBufLen=(1024*4);//(1024*3);
  92. unsigned char SendBuffer[1024*4]={0};
  93. static int ConnectionEstablished=0;
  94. static int TransactionMessageResend = 1;
  95. static int TransactionQueueInterval = 10;//3; // TransactionMessageAttempts
  96. static int TransactionQueueNum = 0;
  97. static int OfflineTransaction = 0;
  98. int defaultWaitingTime = 10; //10 second
  99. extern int BootNotificationInterval;
  100. //char guid[37];
  101. //map_t hashMap;
  102. //data_struct_t* mapItem; --- remove for temporally
  103. //data_struct_t mapItem[0]={0};
  104. sqlite3 *db;
  105. char *errMsg = NULL;
  106. static char *createsql = "CREATE TABLE IF NOT EXISTS log_buffer("
  107. "idx integer primary key,"
  108. "user_id text,"
  109. "cmd_sn text,"
  110. "charger_id text,"
  111. "gun_type text,"
  112. "gun_no text,"
  113. "rfid_no text,"
  114. "stime text,"
  115. "etime text,"
  116. "time_len text,"
  117. "s_soc text,"
  118. "e_soc text,"
  119. "stop_reason text,"
  120. "power text,"
  121. "meter_before text,"
  122. "meter_after text,"
  123. "charge_price text,"
  124. "reserve text,"
  125. "surplus_before text,"
  126. "surplus_after text,"
  127. "service_price text,"
  128. "is_pay text,"
  129. "charge_strategy text,"
  130. "charge_parameter text,"
  131. "vin text,"
  132. "vehicle_no text,"
  133. "start_method text,"
  134. "card_type text,"
  135. "is_upload text,"
  136. "guid text UNIQUE,"
  137. "is_buf2OK text);";
  138. #if 0
  139. static char *createsChargingRecordsql = "CREATE TABLE IF NOT EXISTS ChargingRecord("
  140. "idx integer primary key,"
  141. "gun_type text,"
  142. "connectorId text,"
  143. "idTag text,"
  144. "transactionId text,"
  145. "stime text,"
  146. "etime text,"
  147. "time_len text,"
  148. "s_soc text,"
  149. "e_soc text,"
  150. "stop_reason text,"
  151. "power text,"
  152. "meter_before text,"
  153. "meter_after text,"
  154. "reservationId text,"
  155. "guid text UNIQUE);";
  156. //"is_buf2OK text);";
  157. #endif
  158. static char *sqlOcppAuthCache = "create table if not exists ocpp_auth_cache (idx integer primary key,"
  159. "idtag text UNIQUE,"
  160. "parent_idtag text,"
  161. "expir_date text,"
  162. "status text);";
  163. static char *sqlOcppAuthLocal = "create table if not exists ocpp_auth_local (idx integer primary key,"
  164. "idtag text UNIQUE,"
  165. "parent_idtag text,"
  166. "expir_date text,"
  167. "status text,"
  168. "version text);";
  169. #if 0
  170. static char *sqlInitialOcppAuthLocal = "insert or replace into ocpp_auth_local(idtag, parent_idtag, expir_date, status, version) values('PaHdImHiOnNG','none','2099-12-31T23:59:59.999Z','Accepted','0')";
  171. #endif
  172. int DiffTimeb(struct timeb ST, struct timeb ET)
  173. {
  174. //return milli-second
  175. unsigned int StartTime,StopTime;
  176. StartTime=(unsigned int)ST.time;
  177. StopTime=(unsigned int)ET.time;
  178. return (StopTime-StartTime)*1000+ET.millitm-ST.millitm;
  179. }
  180. //=================================
  181. // Common routine
  182. //=================================
  183. void trim(char *s)
  184. {
  185. int i=0, j, k, l=0;
  186. while((s[i]==' ')||(s[i]=='\t')||(s[i]=='\n'))
  187. i++;
  188. j = strlen(s)-1;
  189. while((s[j]==' ')||(s[j]=='\t')||(s[j]=='\n'))
  190. j--;
  191. if(i==0 && j==strlen(s)-1) { }
  192. else if(i==0) s[j+1] = '\0';
  193. else {
  194. for(k=i; k<=j; k++) s[l++] = s[k];
  195. s[l] = '\0';
  196. }
  197. }
  198. int mystrcmp(char *p1,char *p2)
  199. {
  200. while(*p1==*p2)
  201. {
  202. if(*p1=='\0' || *p2=='\0')
  203. break;
  204. p1++;
  205. p2++;
  206. }
  207. if(*p1=='\0' && *p2=='\0')
  208. return(PASS);
  209. else
  210. return(FAIL);
  211. }
  212. void substr(char *dest, const char* src, unsigned int start, unsigned int cnt)
  213. {
  214. strncpy(dest, src + start, cnt);
  215. dest[cnt] = 0;
  216. }
  217. void getSubStr(char *dest, char* src, char *split, int idx)
  218. {
  219. int start = (strposs(src,",",idx)+1);
  220. int cnt = (strposs(src,",",idx+1)-2)-(strposs(src,",",idx)+1);
  221. strncpy(dest, src + start, cnt);
  222. dest[cnt] = 0;
  223. }
  224. void split(char **arr, char *str, const char *del)
  225. {
  226. char *s = strtok(str, del);
  227. while(s != NULL)
  228. {
  229. *arr++ = s;
  230. s = strtok(NULL, del);
  231. }
  232. }
  233. int strpos(char *source, char *substr, int skip)
  234. {
  235. char stack[strlen(source)];
  236. strncpy(stack, source+skip, strlen(source)-skip);
  237. char *p = strstr(stack, substr);
  238. if (p)
  239. return p - stack+skip;
  240. return -1;
  241. }
  242. int strposs(char *source, char *substr, int idx)
  243. {
  244. char stack[strlen(source)];
  245. int result=0;
  246. int count=0;
  247. while(count<=idx)
  248. {
  249. memset(stack,0,sizeof stack);
  250. strncpy(stack, source+result, strlen(source)-result);
  251. int loc = strcspn(stack, substr);
  252. if(loc>0)
  253. result += (loc+1);
  254. else
  255. result = -1;
  256. count++;
  257. }
  258. return result;
  259. }
  260. char *random_uuid( char buf[37] )
  261. {
  262. const char *c = "89ab";
  263. char *p = buf;
  264. int n;
  265. for( n = 0; n < 16; ++n )
  266. {
  267. int b = rand()%255;
  268. switch( n )
  269. {
  270. case 6:
  271. sprintf(p, "4%x", b%15 );
  272. break;
  273. case 8:
  274. sprintf(p, "%c%x", c[rand()%strlen(c)], b%15 );
  275. break;
  276. default:
  277. sprintf(p, "%02x", b);
  278. break;
  279. }
  280. p += 2;
  281. switch( n )
  282. {
  283. case 3:
  284. case 5:
  285. case 7:
  286. case 9:
  287. *p++ = '-';
  288. break;
  289. }
  290. }
  291. *p = 0;
  292. return buf;
  293. }
  294. //==========================================
  295. // Web socket tranceive routine
  296. //==========================================
  297. int SendData(struct lws *wsi)
  298. {
  299. int n;
  300. int len;
  301. unsigned char out[LWS_SEND_BUFFER_PRE_PADDING + 4096 + LWS_SEND_BUFFER_POST_PADDING] = {0};
  302. len = strlen((char *)SendBuffer);
  303. if(len == 0)
  304. return 0;
  305. memcpy (out + LWS_SEND_BUFFER_PRE_PADDING, SendBuffer, len );
  306. DEBUG_OCPPMESSAGE_INFO("out + LWS_SEND_BUFFER_PRE_PADDING = %s\n", out + LWS_SEND_BUFFER_PRE_PADDING);
  307. n = lws_write(wsi, out + LWS_SEND_BUFFER_PRE_PADDING, len, LWS_WRITE_TEXT);
  308. memset(SendBuffer, 0, len);
  309. return n;
  310. }
  311. static int OCPP16Callback(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len)
  312. {
  313. switch (reason)
  314. {
  315. case LWS_CALLBACK_PROTOCOL_INIT:
  316. #ifdef SystemLogMessage
  317. DEBUG_INFO("LWS_CALLBACK_PROTOCOL_INIT\n");
  318. #endif
  319. break;
  320. case LWS_CALLBACK_CLIENT_FILTER_PRE_ESTABLISH:
  321. #ifdef SystemLogMessage
  322. DEBUG_INFO("LWS_CALLBACK_CLIENT_FILTER_PRE_ESTABLISH\n");
  323. #endif
  324. break;
  325. case LWS_CALLBACK_CLOSED_CLIENT_HTTP:
  326. #ifdef SystemLogMessage
  327. DEBUG_INFO("LWS_CALLBACK_CLOSED_CLIENT_HTTP\n");
  328. #endif
  329. break;
  330. case LWS_CALLBACK_WSI_DESTROY:
  331. #ifdef SystemLogMessage
  332. DEBUG_INFO("LWS_CALLBACK_WSI_DESTROY\n");
  333. #endif
  334. server_sign = FALSE;
  335. break;
  336. case LWS_CALLBACK_LOCK_POLL:
  337. #ifdef SystemLogMessage
  338. //DEBUG_INFO("LWS_CALLBACK_LOCK_POLL\n");
  339. #endif
  340. break;
  341. case LWS_CALLBACK_ADD_POLL_FD:
  342. #ifdef SystemLogMessage
  343. DEBUG_INFO("LWS_CALLBACK_ADD_POLL_FD\n");
  344. #endif
  345. break;
  346. case LWS_CALLBACK_DEL_POLL_FD:
  347. #ifdef SystemLogMessage
  348. DEBUG_INFO("LWS_CALLBACK_DEL_POLL_FD\n");
  349. #endif
  350. break;
  351. case LWS_CALLBACK_UNLOCK_POLL:
  352. #ifdef SystemLogMessage
  353. //DEBUG_INFO("LWS_CALLBACK_UNLOCK_POLL\n");
  354. #endif
  355. break;
  356. case LWS_CALLBACK_CHANGE_MODE_POLL_FD:
  357. #ifdef SystemLogMessage
  358. //DEBUG_INFO("LWS_CALLBACK_CHANGE_MODE_POLL_FD\n");
  359. #endif
  360. break;
  361. case LWS_CALLBACK_WSI_CREATE:
  362. #ifdef SystemLogMessage
  363. DEBUG_INFO("LWS_CALLBACK_WSI_CREATE\n");
  364. #endif
  365. break;
  366. case LWS_CALLBACK_GET_THREAD_ID:
  367. //#ifdef SystemLogMessage
  368. //DEBUG_INFO("LWS_CALLBACK_GET_THREAD_ID\n");
  369. //#endif
  370. break;
  371. case LWS_CALLBACK_CLIENT_APPEND_HANDSHAKE_HEADER:
  372. #ifdef SystemLogMessage
  373. DEBUG_INFO("LWS_CALLBACK_CLIENT_APPEND_HANDSHAKE_HEADER\n");
  374. #endif
  375. break;
  376. case LWS_CALLBACK_CLIENT_ESTABLISHED://3
  377. #ifdef SystemLogMessage
  378. DEBUG_INFO("LWS_CALLBACK_CLIENT_ESTABLISHED\n");
  379. #endif
  380. //connected
  381. ConnectionEstablished=1;
  382. break;
  383. case LWS_CALLBACK_CLIENT_CONNECTION_ERROR://1
  384. #ifdef Debug
  385. DEBUG_ERROR("LWS_CALLBACK_CLIENT_CONNECTION_ERROR:%s\n",in);
  386. #endif
  387. #ifdef SystemLogMessage
  388. DEBUG_ERROR("LWS_CALLBACK_CLIENT_CONNECTION_ERROR\n");
  389. #endif
  390. //disconnected
  391. ConnectionEstablished=0;
  392. break;
  393. case LWS_CALLBACK_CLOSED://4
  394. #ifdef SystemLogMessage
  395. DEBUG_INFO("LWS_CALLBACK_CLOSED\n");
  396. ConnectionEstablished=0;
  397. #endif
  398. //disconnected
  399. break;
  400. case LWS_CALLBACK_CLIENT_WRITEABLE://10
  401. //if(need to send message and its relevant data already store into SendBuffer)
  402. #ifdef SystemLogMessage
  403. DEBUG_INFO("LWS_CALLBACK_CLIENT_WRITEABLE\n");
  404. #endif
  405. SendData(wsi);
  406. break;
  407. case LWS_CALLBACK_CLIENT_RECEIVE://8
  408. ((char *)in)[len] = '\0';
  409. DEBUG_OCPPMESSAGE_INFO("%s\n", (char *)in);
  410. char tempin[1024*4]={0};
  411. int c = 0;
  412. char *loc;
  413. char sstr[600]={ 0 };
  414. //**********Receive Message**********/
  415. c = 0;
  416. loc = strstr((const char *)in, "][2,");
  417. if(loc == NULL)
  418. {
  419. loc = strstr((const char *)in, "][3,");
  420. if(loc == NULL)
  421. {
  422. loc = strstr((const char *)in, "][4,");
  423. }
  424. }
  425. //DEBUG_INFO("loc=%s\n",loc);
  426. memset(sstr ,0, sizeof(sstr) );
  427. if(loc != NULL)
  428. {
  429. DEBUG_INFO("there are continuous second packet []\n");
  430. while (loc[1+c] != '\0')
  431. {
  432. sstr[c] = loc[1+c];
  433. c++;
  434. }
  435. sstr[c] = '\0';
  436. strcpy(tempin, sstr);
  437. DEBUG_INFO("tempin: %s\n", tempin);
  438. }
  439. else
  440. {
  441. strcpy(tempin,(char *)in);
  442. DEBUG_INFO("tempin: %s\n", tempin);
  443. }
  444. #ifdef SystemLogMessage
  445. DEBUG_INFO("LWS_CALLBACK_CLIENT_RECEIVE, RX length: %d\n", (int)len);
  446. #endif
  447. //ReceivedMessage(in, len); --- remove temporally
  448. ReceivedMessage((void *)tempin, len);
  449. break;
  450. default:
  451. #ifdef Debug
  452. DEBUG_INFO("OCPP16Callback:reason=%d\n", reason);
  453. #endif
  454. break;
  455. }
  456. return 0;
  457. }
  458. static struct lws_protocols protocols[] = {
  459. {
  460. "ocpp1.6",
  461. OCPP16Callback,
  462. 10240,
  463. 10240,
  464. },
  465. {
  466. "ocpp1.6",
  467. OCPP16Callback,
  468. 10240,
  469. 10240,
  470. },
  471. {
  472. NULL, NULL, 0 /* End of list */
  473. }
  474. };
  475. int ConnectWsServer()
  476. {
  477. int result = PASS;
  478. struct lws_context_creation_info ContextInfo;
  479. struct lws_client_connect_info ConnInfo;
  480. int use_ssl=0;
  481. //lws_set_log_level(LLL_PARSER | LLL_HEADER, NULL);
  482. if(context!=NULL)
  483. lws_context_destroy(context);
  484. memset(&ContextInfo, 0, sizeof(struct lws_context_creation_info));
  485. ContextInfo.port = CONTEXT_PORT_NO_LISTEN;
  486. ContextInfo.iface = NULL;
  487. ContextInfo.ssl_private_key_password = NULL;
  488. ContextInfo.ssl_cert_filepath = NULL;
  489. ContextInfo.ssl_private_key_filepath = NULL;
  490. ContextInfo.ssl_ca_filepath = "/root/cacert.pem";
  491. ContextInfo.ssl_cipher_list = NULL; //use default one
  492. ContextInfo.gid = -1;
  493. ContextInfo.uid = -1;
  494. if(use_ssl)
  495. ContextInfo.options |= LWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT;
  496. ContextInfo.protocols = protocols;
  497. ContextInfo.timeout_secs = 9999;//30;
  498. //if(ping pong enabled)
  499. ContextInfo.ws_ping_pong_interval = 30;//0 for none, else interval in seconds
  500. context = lws_create_context(&ContextInfo);
  501. if (context == NULL)
  502. {
  503. #ifdef SystemLogMessage
  504. DEBUG_ERROR("lws_create_context NG");
  505. #endif
  506. result = FAIL;
  507. }
  508. memset(&ConnInfo,0,sizeof(struct lws_client_connect_info));
  509. // fill up below information
  510. ConnInfo.context = context;
  511. if((strcmp((const char *)GetOcppServerURL(),"")==0) || (GetOcppPort() == 0) || (strcmp((const char *)GetOcppPath(),"")==0) )
  512. {
  513. result = FAIL;
  514. DEBUG_ERROR("OCPP URL is NULL or OCPP Port is zero or OCPP Path is NULL\n");
  515. return result;
  516. }
  517. ConnInfo.address=(const char *)GetOcppServerURL();
  518. ConnInfo.port = GetOcppPort();
  519. ConnInfo.path=(const char *)GetOcppPath();//"/ocpp/RDTEST103";//"/ocpp/OCTT_1";//"/RDTEST103";//"/0591201511030003";//"/RDTEST103";
  520. ConnInfo.host=lws_canonical_hostname(context);
  521. ConnInfo.origin="origin";
  522. ConnInfo.protocol = protocols[1].name;
  523. ConnInfo.ietf_version_or_minus_one = -1;
  524. if(use_ssl)
  525. ConnInfo.ssl_connection = LCCSCF_USE_SSL | LCCSCF_ALLOW_SELFSIGNED | LCCSCF_SKIP_SERVER_CERT_HOSTNAME_CHECK;;
  526. wsi_client = lws_client_connect_via_info(&ConnInfo);
  527. if (!wsi_client)
  528. {
  529. #ifdef SystemLogMessage
  530. DEBUG_ERROR("lws_client_connect_via_info NG");
  531. #endif
  532. result = FAIL;
  533. }
  534. return result;
  535. }
  536. #if 0
  537. struct _node {
  538. char uuid[37];
  539. char data[2000];
  540. struct _node *next;//struct node *next;
  541. }node;
  542. typedef struct _node *pnode;
  543. struct _node staticNodeArray[100]={0};
  544. #endif
  545. //void createq();
  546. int showfront(char *uuid, char *data);
  547. int addq(char *uuid, char *data) ;
  548. int delq();
  549. int sentqueue();
  550. #if 0
  551. int storequeue();
  552. int readfiletoqueue();
  553. #endif
  554. void CheckTransactionPacket(char *uuid);
  555. int queue_operation(int type, char *frontUUID, char *frontData);
  556. #if 0
  557. pnode front, rear;
  558. void createq() {
  559. //front = rear = (pnode)malloc(sizeof(node)); --- remove temporally
  560. //front->next = rear->next = NULL;
  561. front = rear = NULL;
  562. }
  563. #endif
  564. int showfront(char *uuid, char *data) {
  565. FILE *fp;
  566. int result = FALSE; // 1: TRUE 0:FALSE
  567. char str[1200]={0};
  568. char sstr[50]={ 0 };//sstr[200]={ 0 };
  569. int c = 0;
  570. char *loc;
  571. char rmFileCmd[100]={0};
  572. struct stat stats;
  573. stat("../Storage/OCPP", &stats);
  574. // Check for directory existence
  575. if (S_ISDIR(stats.st_mode) == 1)
  576. {
  577. //DEBUG_INFO("\n OCPP directory exist \n");
  578. }
  579. else
  580. {
  581. DEBUG_INFO("\n OCPP directory not exist, create dir \n");
  582. sprintf(rmFileCmd,"mkdir -p %s","../Storage/OCPP");
  583. system(rmFileCmd);
  584. }
  585. memset(&rmFileCmd, 0, sizeof rmFileCmd);
  586. if((access("../Storage/OCPP/TransactionRelatedQueue",F_OK))!=-1)
  587. {
  588. //DEBUG_INFO("TransactionRelatedQueue exist.\n");
  589. }
  590. else
  591. {
  592. DEBUG_INFO("TransactionRelatedQueue not exist\n");
  593. FILE *log = fopen("../Storage/OCPP/TransactionRelatedQueue", "w+");
  594. if(log == NULL)
  595. {
  596. DEBUG_INFO("Can't Create File TransactionRelatedQueue \n");
  597. return 0;
  598. }
  599. else
  600. {
  601. fclose(log);
  602. }
  603. }
  604. /* opening file for reading */
  605. fp = fopen("../Storage/OCPP/TransactionRelatedQueue" , "r");
  606. if(fp == NULL) {
  607. DEBUG_INFO("Error opening TransactionRelatedQueue file");
  608. return FALSE;
  609. }
  610. if( fgets (str, 1200, fp)!=NULL ) {
  611. /* writing content to stdout */
  612. if (str[0] == '\n')
  613. {
  614. DEBUG_INFO("It is a blank line");
  615. fclose(fp);
  616. memset(&rmFileCmd, 0, sizeof rmFileCmd);
  617. sprintf(rmFileCmd,"rm -f %s","../Storage/OCPP/TransactionRelatedQueue");
  618. system(rmFileCmd);
  619. result = FALSE;
  620. return result;
  621. }
  622. else
  623. {
  624. puts(str);
  625. /*********************uuid***************/
  626. loc = strstr(str, "\"");
  627. memset(sstr ,0, sizeof(sstr) );
  628. c = 0;
  629. while (loc[1+c] != '\"')
  630. {
  631. sstr[c] = loc[1+c];
  632. c++;
  633. }
  634. sstr[c] = '\0';
  635. DEBUG_INFO("\n uuid:%s", sstr);
  636. DEBUG_INFO("\n data:%s", str);
  637. strcpy(uuid,sstr);
  638. strcpy(data,str);
  639. result = TRUE;
  640. }
  641. //return 1;
  642. }
  643. else
  644. {
  645. //DEBUG_INFO("queue is null\n");
  646. strcpy(uuid,"");
  647. strcpy(data,"");
  648. result = FALSE;
  649. //return 0;
  650. }
  651. fclose(fp);
  652. return result;
  653. #if 0
  654. pnode p;
  655. p = front;
  656. if(p)
  657. {
  658. //printf("姓名 %s 電話 %s\n", p->name, p->phone);
  659. printf("\n uuid:%s", p->uuid);
  660. printf("\n data:%s", p->data);
  661. strcpy(uuid,p->uuid);
  662. strcpy(data,p->data);
  663. return 1;
  664. }
  665. else
  666. {
  667. printf("queue is null\n");
  668. strcpy(uuid,"");
  669. strcpy(data,"");
  670. return 0;
  671. }
  672. #endif
  673. }
  674. int addq(char *uuid, char *data) {
  675. FILE *outfile;
  676. char rmFileCmd[100]={0};
  677. struct stat stats;
  678. stat("../Storage/OCPP", &stats);
  679. DEBUG_INFO("addq\n");
  680. // Check for directory existence
  681. if (S_ISDIR(stats.st_mode) == 1)
  682. {
  683. //DEBUG_INFO("\n OCPP directory exist \n");
  684. }
  685. else
  686. {
  687. DEBUG_INFO("\n OCPP directory not exist, create dir \n");
  688. sprintf(rmFileCmd,"mkdir -p %s","../Storage/OCPP");
  689. system(rmFileCmd);
  690. }
  691. memset(&rmFileCmd, 0, sizeof rmFileCmd);
  692. if((access("../Storage/OCPP/TransactionRelatedQueue",F_OK))!=-1)
  693. {
  694. //DEBUG_INFO("TransactionRelatedQueue exist.\n");
  695. }
  696. else
  697. {
  698. DEBUG_INFO("TransactionRelatedQueue not exist\n");
  699. FILE *log = fopen("../Storage/OCPP/TransactionRelatedQueue", "w+");
  700. if(log == NULL)
  701. {
  702. DEBUG_INFO("Can't Create File TransactionRelatedQueue \n");
  703. return 0;
  704. }
  705. else
  706. {
  707. fclose(log);
  708. }
  709. }
  710. // open file for writing
  711. outfile = fopen ("../Storage/OCPP/TransactionRelatedQueue", "a");
  712. DEBUG_INFO("data=%s\n",data);
  713. fputs(data, outfile);
  714. fputs("\n", outfile);
  715. fclose (outfile);
  716. TransactionQueueNum = TransactionQueueNum + 1;
  717. return 0;
  718. #if 0
  719. //pnode p = (pnode )malloc(sizeof(node)); --- remove temporally
  720. int nodeCurrentFreeIndex =0;
  721. for (int i = 0; i < 100; i++) // Worst case 100+1
  722. if (staticNodeArray[i].uuid[0] == 0) // Worst case 100
  723. nodeCurrentFreeIndex = i;
  724. pnode p = &staticNodeArray[nodeCurrentFreeIndex];
  725. memset(p, 0, sizeof(node));
  726. if(p)
  727. {
  728. strcpy(p->uuid, uuid);
  729. strcpy(p->data, data);
  730. //printf("請輸入姓名 ");
  731. //scanf("%s", p->name);
  732. //printf("請輸入電話 ");
  733. //scanf("%s", p->phone);
  734. p->next = NULL;
  735. if(rear)
  736. {
  737. rear->next = p;
  738. rear = p;
  739. }
  740. else
  741. {
  742. front = rear = p;
  743. }
  744. }
  745. else
  746. {
  747. printf("無法取得記憶體空間新增資料\n");
  748. }
  749. #endif
  750. }
  751. int delq() {
  752. char tempfile[] = "../Storage/OCPP/temp.json";
  753. FILE *infile;
  754. FILE *outfile;
  755. int resultRename=0;
  756. char filename[60]={0};
  757. char rmFileCmd[100]={0};
  758. struct stat stats;
  759. stat("../Storage/OCPP", &stats);
  760. // Check for directory existence
  761. if (S_ISDIR(stats.st_mode) == 1)
  762. {
  763. //DEBUG_INFO("\n OCPP directory exist \n");
  764. }
  765. else
  766. {
  767. DEBUG_INFO("\n OCPP directory not exist, create dir \n");
  768. sprintf(rmFileCmd,"mkdir -p %s","../Storage/OCPP");
  769. system(rmFileCmd);
  770. }
  771. memset(&rmFileCmd, 0, sizeof rmFileCmd);
  772. if((access("../Storage/OCPP/TransactionRelatedQueue",F_OK))!=-1)
  773. {
  774. //DEBUG_INFO("TransactionRelatedQueue exist.\n");
  775. }
  776. else
  777. {
  778. DEBUG_INFO("TransactionRelatedQueue not exist\n");
  779. FILE *log = fopen("../Storage/OCPP/TransactionRelatedQueue", "w+");
  780. if(log == NULL)
  781. {
  782. DEBUG_INFO("log is NULL\n");
  783. return 0;
  784. }
  785. else
  786. {
  787. fclose(log);
  788. }
  789. }
  790. // open file for writing
  791. strcpy(filename, "../Storage/OCPP/TransactionRelatedQueue");
  792. infile = fopen ("../Storage/OCPP/TransactionRelatedQueue", "r");
  793. outfile = fopen (tempfile, "w");
  794. /*检测到文件结束标识返回1,否则返回0。*/
  795. //DEBUG_INFO("feof(infile) =%d\n",feof(infile));
  796. int c;
  797. c = fgetc(infile);
  798. //printf("file c:%d\n",c);
  799. rewind(infile);
  800. if(c == EOF)
  801. {
  802. DEBUG_INFO("TransactionRelatedQueue is NULL\n");
  803. fclose(infile);
  804. fclose(outfile);
  805. sprintf(rmFileCmd,"rm -f %s",tempfile);
  806. system(rmFileCmd);
  807. }
  808. else
  809. {
  810. char buf[1200]={0};
  811. int i = 0;
  812. //DEBUG_INFO("Orignal File is not NULL\n");
  813. while (fgets(buf, sizeof(buf), infile) != NULL)
  814. {
  815. //printf("Orignal File get strings \n");
  816. buf[strlen(buf) - 1] = '\0'; // eat the newline fgets() stores
  817. if(i==0)
  818. {
  819. TransactionQueueNum = TransactionQueueNum - 1;
  820. TransactionQueueInterval = 0;
  821. TransactionMessageResend = 1;
  822. }
  823. if(i != 0)
  824. fprintf(outfile,"%s\n", buf);
  825. i = i + 1;
  826. }
  827. fclose(infile);
  828. fclose(outfile);
  829. sprintf(rmFileCmd,"rm -f %s",filename);
  830. system(rmFileCmd);
  831. resultRename = rename(tempfile, filename);
  832. if(resultRename == 0)
  833. {
  834. DEBUG_INFO("TransactionRelatedQueue file renamed successfully");
  835. }
  836. else
  837. {
  838. DEBUG_INFO("Error: unable to rename the TransactionRelatedQueue file");
  839. }
  840. }
  841. return 0;
  842. #if 0
  843. pnode p;
  844. if(front)
  845. {
  846. p = front;
  847. if(front->next)
  848. front = front->next;
  849. else
  850. front = rear = NULL;
  851. printf("delete uuid: %s data: %s\n", p->uuid, p->data);
  852. //free(p); --- remove temporally
  853. //new
  854. memset(p, 0, sizeof(node));
  855. p=NULL;
  856. }
  857. else
  858. {
  859. printf("queue is Empty\n");
  860. printf("\n delete: queue is null");
  861. }
  862. return 0;
  863. #endif
  864. }
  865. int showqueue() {
  866. char rmFileCmd[100]={0};
  867. struct stat stats;
  868. stat("../Storage/OCPP", &stats);
  869. // Check for directory existence
  870. if (S_ISDIR(stats.st_mode) == 1)
  871. {
  872. //DEBUG_INFO("\n OCPP directory exist \n");
  873. }
  874. else
  875. {
  876. DEBUG_INFO("\n OCPP directory not exist, create dir \n");
  877. sprintf(rmFileCmd,"mkdir -p %s","../Storage/OCPP");
  878. system(rmFileCmd);
  879. }
  880. memset(&rmFileCmd, 0, sizeof rmFileCmd);
  881. if((access("../Storage/OCPP/TransactionRelatedQueue",F_OK))!=-1)
  882. {
  883. //DEBUG_INFO("TransactionRelatedQueue exist.\n");
  884. }
  885. else
  886. {
  887. DEBUG_INFO("TransactionRelatedQueue not exist\n");
  888. FILE *log = fopen("../Storage/OCPP/TransactionRelatedQueue", "w+");
  889. if(log == NULL)
  890. {
  891. DEBUG_INFO("log is NULL\n");
  892. return 0;
  893. }
  894. else
  895. {
  896. fclose(log);
  897. }
  898. }
  899. FILE *fp = fopen("../Storage/OCPP/TransactionRelatedQueue", "r");
  900. char line[1200]={0};
  901. // check if file exist (and you can open it) or not
  902. if (fp == NULL) {
  903. DEBUG_INFO("can open file TransactionRelatedQueue!");
  904. return 0;
  905. }
  906. while(fgets(line, sizeof line, fp) != NULL) {
  907. DEBUG_INFO("%s\n", line);
  908. }
  909. fclose(fp);
  910. return 0;
  911. #if 0
  912. pnode p;
  913. p = front;
  914. while(p)
  915. {
  916. printf("uuid: %s data: %s\n", p->uuid, p->data);
  917. p = p->next;
  918. }
  919. return 0;
  920. #endif
  921. }
  922. int sentqueue(){
  923. FILE *fp;
  924. int result = FALSE; // 1: TRUE 0:FALSE
  925. char str[1200]={0};
  926. char rmFileCmd[100]={0};
  927. struct stat stats;
  928. DEBUG_INFO("sentqueue\n");
  929. stat("../Storage/OCPP", &stats);
  930. // Check for directory existence
  931. if (S_ISDIR(stats.st_mode) == 1)
  932. {
  933. //DEBUG_INFO("\n OCPP directory exist \n");
  934. }
  935. else
  936. {
  937. DEBUG_INFO("\n OCPP directory not exist, create dir \n");
  938. sprintf(rmFileCmd,"mkdir -p %s","../Storage/OCPP");
  939. system(rmFileCmd);
  940. }
  941. memset(&rmFileCmd, 0, sizeof rmFileCmd);
  942. /* opening file for reading */
  943. fp = fopen("../Storage/OCPP/TransactionRelatedQueue" , "r");
  944. if(fp == NULL) {
  945. DEBUG_INFO("Error opening file");
  946. return FALSE;
  947. }
  948. if( fgets (str, 1200, fp)!=NULL ) {
  949. /* writing content to stdout */
  950. //puts(str);
  951. DEBUG_INFO("\n uuid:%s", "");
  952. DEBUG_INFO("\n data:%s", str);
  953. LWS_Send(str);
  954. result = TRUE;
  955. //return 1;
  956. }
  957. else
  958. {
  959. DEBUG_INFO("queue is null\n");
  960. result = FALSE;
  961. //return 0;
  962. }
  963. fclose(fp);
  964. DEBUG_INFO("sentqueue end\n");
  965. return result;
  966. #if 0
  967. pnode p;
  968. p = front;
  969. printf("sentqueue\n");
  970. while(p)
  971. {
  972. printf("uuid: %s data: %s\n", p->uuid, p->data);
  973. LWS_Send(p->data);
  974. p = p->next;
  975. }
  976. printf("sentqueue end\n");
  977. return 0;
  978. #endif
  979. }
  980. #if 0
  981. int storequeue(){
  982. //write queue to flash
  983. unsigned int i,Chk;
  984. unsigned char *ptr = NULL;
  985. int fd,wrd;
  986. // Save factory default setting value to flash backup setting block
  987. fd = open("./Storage/OCPP/queue.txt", O_RDWR);
  988. if (fd < 0)
  989. {
  990. #ifdef SystemLogMessage
  991. DEBUG_ERROR("open ./Storage/OCPP/queue.txt NG");
  992. #endif
  993. //free(ptr);
  994. return 0;
  995. }
  996. wrd=write(fd, &front, sizeof(node));
  997. if(wrd!=(sizeof(node)))
  998. {
  999. #ifdef SystemLogMessage
  1000. DEBUG_ERROR("write ./Storage/OCPP/queue.txt NG");
  1001. #endif
  1002. //free(ptr);
  1003. return 0;
  1004. }
  1005. close(fd);
  1006. close(wrd);
  1007. return 0;
  1008. }
  1009. int readfiletoqueue(){
  1010. FILE *infile;
  1011. //pnode p = (pnode )malloc(sizeof(node));
  1012. struct _node Pnode;
  1013. memset(&Pnode, 0, sizeof(node));
  1014. // Open person.dat for reading
  1015. infile = fopen ("./Storage/OCPP/queue.txt", "r");
  1016. if (infile == NULL)
  1017. {
  1018. fprintf(stderr, "\nError opening file\n");
  1019. exit (1);
  1020. }
  1021. // read file contents till end of file
  1022. while(fread(&Pnode, sizeof(node), 1, infile))
  1023. printf ("uuid = %s name = %s\n", Pnode.uuid,
  1024. Pnode.data);
  1025. // close file
  1026. fclose (infile);
  1027. // free(p);
  1028. return 0;
  1029. }
  1030. #endif
  1031. //
  1032. void* processTransactionQueue(void* data) {
  1033. char frontUUID[100] ={0};
  1034. char frontData[1200/*1024*4*/] ={0};
  1035. int queueNotEmpty = 0;
  1036. while(1)
  1037. {
  1038. if(FirstHeartBeatResponse() == 1)
  1039. {
  1040. memset(frontUUID, 0, sizeof(frontUUID));
  1041. memset(frontData, 0, sizeof(frontData));
  1042. queueNotEmpty = 0;
  1043. queueNotEmpty = queue_operation(1,frontUUID, frontData);//showfront(frontUUID, frontData); ---> remove temporally
  1044. if((queueNotEmpty == 1) && (GetOcppConnStatus() == 1))
  1045. {
  1046. if((OfflineTransaction == 1) && (TransactionQueueNum != 0))
  1047. {
  1048. TransactionQueueInterval = 2;
  1049. sleep(TransactionQueueInterval);
  1050. sendbuffer = 1;
  1051. }
  1052. else
  1053. {
  1054. OfflineTransaction = 0;
  1055. if(TransactionMessageResend < TransactionMessageAttemptsGet()) //
  1056. {
  1057. //DEBUG_INFO("processTransactionQueue queue is not empty!\n");
  1058. TransactionQueueInterval= TransactionMessageRetryIntervalGet()* TransactionMessageResend;
  1059. sleep(TransactionQueueInterval);
  1060. sendbuffer = 1;
  1061. TransactionMessageResend = TransactionMessageResend + 1;
  1062. }
  1063. else
  1064. {
  1065. queue_operation(2,"",""); //// delete item
  1066. TransactionQueueInterval = 0;
  1067. TransactionMessageResend = 1;
  1068. sleep(TransactionQueueInterval);
  1069. }
  1070. }
  1071. }
  1072. else if((queueNotEmpty == 1) && (GetOcppConnStatus() == 0))
  1073. {
  1074. OfflineTransaction = 1;
  1075. }
  1076. else
  1077. {
  1078. TransactionQueueInterval = 0;//10;
  1079. sleep(TransactionQueueInterval);
  1080. }
  1081. }
  1082. usleep(5000);
  1083. }
  1084. pthread_exit(NULL); //
  1085. return 0;
  1086. }
  1087. void CheckTransactionPacket(char *uuid)
  1088. {
  1089. char frontUUID[100]={0};
  1090. char frontData[1200]={0};
  1091. int queueNotEmpty = 0;
  1092. int cmpResult = 0;
  1093. queue_operation(0,"","");//showqueue(); ---> remove temporally
  1094. queueNotEmpty = queue_operation(1,frontUUID, frontData);//showfront(frontUUID, frontData); ---> remove temporally
  1095. if(queueNotEmpty == 1)
  1096. {
  1097. cmpResult = strcmp(frontUUID, uuid);
  1098. //cmpResult = strcmp(frontData, uuid);
  1099. if (cmpResult == 0)
  1100. {
  1101. DEBUG_INFO("TransactionPacket Compare All right!\n");
  1102. queue_operation(2,"","");//delq(); ---> remove temporally
  1103. }
  1104. }
  1105. }
  1106. /* type: 0 (showqueue ); type: 1(showfront); type: 2(delq) type: 3 (sentqueue) type: 4 (addq) type: 5(store queue to /Storage/OCPP/ )*/
  1107. int queue_operation(int type, char *frontUUID, char *frontData)
  1108. {
  1109. pthread_mutex_unlock(&lock_sentData);
  1110. pthread_mutex_lock(&lock_sentData);
  1111. int result=0;
  1112. if(type == 0) // show items in queue
  1113. result = showqueue();
  1114. else if(type == 1) // show first item
  1115. result = showfront(frontUUID, frontData);
  1116. else if(type == 2) // delete item
  1117. result = delq();
  1118. else if(type == 3) // sent items in queue
  1119. result = sentqueue();
  1120. else if(type == 4) // add items to the queue
  1121. result = addq(frontUUID, frontData);
  1122. pthread_mutex_unlock(&lock_sentData);
  1123. return result;
  1124. }
  1125. char * strchr(const char *p, int ch)
  1126. {
  1127. char c;
  1128. c = ch;
  1129. for (;; ++p) {
  1130. if (*p == c)
  1131. return ((char *)p);
  1132. if (*p == '\0')
  1133. return (NULL);
  1134. }
  1135. /* NOTREACHED */
  1136. return NULL;
  1137. }
  1138. int removeMessageSentFile(void)
  1139. {
  1140. char rmFileCmd[100]={0};
  1141. struct stat stats;
  1142. //
  1143. stat("../Storage/OCPP", &stats);
  1144. // Check for directory existence
  1145. if (S_ISDIR(stats.st_mode) == 1)
  1146. {
  1147. //DEBUG_INFO("\n OCPP directory exist \n");
  1148. }
  1149. else
  1150. {
  1151. DEBUG_INFO("\n directory not exist, create dir \n");
  1152. sprintf(rmFileCmd,"mkdir -p %s","../Storage/OCPP");
  1153. system(rmFileCmd);
  1154. }
  1155. memset(&rmFileCmd, 0, sizeof rmFileCmd);
  1156. if((access("../Storage/OCPP/MessageSent",F_OK))!=-1)
  1157. {
  1158. DEBUG_INFO("MessageSent file exist.\n");
  1159. sprintf(rmFileCmd,"rm -f %s","../Storage/OCPP/MessageSent");
  1160. system(rmFileCmd);
  1161. }
  1162. memset(&rmFileCmd, 0, sizeof rmFileCmd);
  1163. return 0;
  1164. }
  1165. #define SystemLogMessage
  1166. //================================================
  1167. // Main process
  1168. //================================================
  1169. int main(void)
  1170. {
  1171. char rmFileCmd[100]={0};
  1172. struct stat stats;
  1173. pthread_t t;
  1174. #ifdef SystemLogMessage
  1175. DEBUG_INFO("Initialization...\n");
  1176. #endif
  1177. if(ProcessShareMemory()== FAIL)
  1178. {
  1179. return FAIL;
  1180. }
  1181. //Create OCPP dir
  1182. stat("../Storage/OCPP", &stats);
  1183. // Check for directory existence
  1184. if (S_ISDIR(stats.st_mode) == 1)
  1185. {
  1186. //DEBUG_INFO("\n OCPP directory exist \n");
  1187. }
  1188. else
  1189. {
  1190. DEBUG_INFO("\n OCPP directory not exist, create dir \n");
  1191. sprintf(rmFileCmd,"mkdir -p %s","../Storage/OCPP");
  1192. system(rmFileCmd);
  1193. }
  1194. memset(&rmFileCmd, 0, sizeof rmFileCmd);
  1195. //Create Process: Resend Transaction
  1196. pthread_create(&t, NULL, processTransactionQueue, NULL); //
  1197. sqlite3_config(SQLITE_CONFIG_URI,1);
  1198. if(sqlite3_open("file:/../Storage/OCPP/charger.db", &db))
  1199. {
  1200. #ifdef Debug
  1201. DEBUG_INFO( "Can't open database: %s\n", sqlite3_errmsg(db));
  1202. #endif
  1203. sqlite3_close( db );
  1204. exit(0);
  1205. }
  1206. else
  1207. {
  1208. #ifdef Debug
  1209. DEBUG_INFO( "Opened database successfully\n");
  1210. #endif
  1211. }
  1212. //Create Table log buffer
  1213. int rc =sqlite3_exec(db, createsql, 0, 0, &errMsg);
  1214. if (SQLITE_OK != rc)
  1215. {
  1216. #ifdef Debug
  1217. DEBUG_INFO( "Create log buffer table error message: %s\n", errMsg);
  1218. #endif
  1219. return 0;
  1220. }
  1221. else
  1222. {
  1223. #ifdef Debug
  1224. DEBUG_INFO( "Opened log buffer table successfully\n");
  1225. #endif
  1226. }
  1227. // Create Table OcppAuthCache
  1228. rc =sqlite3_exec(db, sqlOcppAuthCache, 0, 0, &errMsg);
  1229. if (SQLITE_OK != rc)
  1230. {
  1231. #ifdef Debug
  1232. DEBUG_INFO( "Create OcppAuthCache error message: %s\n", errMsg);
  1233. #endif
  1234. return 0;
  1235. }
  1236. else
  1237. {
  1238. #ifdef Debug
  1239. DEBUG_INFO( "Opened OcppAuthCache table successfully\n");
  1240. #endif
  1241. }
  1242. // Create Table OcppAuthLocal
  1243. rc =sqlite3_exec(db, sqlOcppAuthLocal, 0, 0, &errMsg);
  1244. if (SQLITE_OK != rc)
  1245. {
  1246. #ifdef Debug
  1247. DEBUG_INFO( "Create Table OcppAuthLocal error %s\n",errMsg);
  1248. #endif
  1249. return 0;
  1250. }
  1251. else
  1252. {
  1253. #ifdef Debug
  1254. DEBUG_INFO( "Opened OcppAuthLocal table successfully\n");
  1255. #endif
  1256. }
  1257. initialConfigurationTable();
  1258. removeMessageSentFile();
  1259. //queryAllData();
  1260. OCPP_get_TableAuthlocalAllData();
  1261. for(;;)
  1262. {
  1263. while(ConnectionEstablished==0)
  1264. {
  1265. SetOcppConnStatus(FALSE);
  1266. if((time((time_t*)NULL)-startTime.connect)>=60)
  1267. {
  1268. #ifdef Debug
  1269. DEBUG_INFO("Execute ConnectWsServer\n");
  1270. #endif
  1271. ConnectWsServer();
  1272. startTime.connect=time((time_t*)NULL);
  1273. }
  1274. // Check System Value, process offline Transaction
  1275. CheckSystemValue();
  1276. lws_service(context, 10000);//timeout_ms
  1277. }
  1278. if(( (BootNotificationInterval != 0 && ((time((time_t*)NULL)-startTime.bootNotification)>=BootNotificationInterval) ) || ((time((time_t*)NULL)-startTime.bootNotification)>=defaultWaitingTime) ) && ((server_sign == FALSE)/*|| (server_pending == TRUE)*/))
  1279. {
  1280. //hashmapForMessageNew();
  1281. sendBootNotificationRequest();
  1282. startTime.bootNotification=time((time_t*)NULL);
  1283. }
  1284. if(server_sign == TRUE)
  1285. {
  1286. if(sendbuffer == 1)
  1287. {
  1288. queue_operation(3, "", "");//sentqueue()
  1289. sendbuffer = 0;
  1290. }
  1291. SetOcppConnStatus(TRUE);
  1292. // Check System Value
  1293. CheckSystemValue();
  1294. }
  1295. lws_service(context, 100);//timeout_ms
  1296. }
  1297. pthread_join(t, NULL); // ���ݤl��������槹��
  1298. //hashmapForMessageFree();
  1299. return FAIL;
  1300. }