Module_OcppBackend.c 36 KB

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