Module_OcppBackend.c 42 KB

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