aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Protocole réécrit pour un unique système d'objets avec identifiants.HEADmasterThomas "Cakeisalie5" Touhey2018-06-114-442/+390
* Reorganized WES hacking into libwes for demonstration purposesThomas "Cakeisalie5" Touhey2018-06-1126-797/+1573
* Version de sauvegarde.Thomas "Cakeisalie5" Touhey2018-06-0719-584/+1103
* Still working on meter listing.Thomas "Cakeisalie5" Touhey2018-05-2223-1855/+2912
* Continuing.Thomas "Cakeisalie5" Touhey2018-04-1020-461/+1396
* Added tarballs.Thomas "Cakeisalie5" Touhey2018-04-073-1/+18
* Corrected headers installThomas "Cakeisalie5" Touhey2018-04-071-5/+5
* Ajouté de quoi faire quelques diagrammes de classe des familles.Thomas "Cakeisalie5" Touhey2018-04-079-191/+338
* Added the install target in the Makefile.Thomas "Cakeisalie5" Touhey2018-04-067-34/+192
* Implemented TIC and TIME into dummy interface, corrected a few things in IPThomas "Cakeisalie5" Touhey2018-04-0615-452/+658
* Corrected a few things.Thomas "Cakeisalie5" Touhey2018-04-069-81/+121
* Added interfaces and modified list implementation, everything seems to work f...Thomas "Cakeisalie5" Touhey2018-04-0626-1788/+2373
* Ajoutés arguments GET/POST aux CGI (POST à débugguer)Thomas "Cakeisalie5" Touhey2018-04-0410-36/+370
* Ajouté quelques utilitaires.Thomas "Cakeisalie5" Touhey2018-04-039-22/+226
* Documentation/Readme, auth, daemon opts, début intégration ticThomas "Cakeisalie5" Touhey2018-04-0316-108/+455
* Ajustements de fin de soirée.Thomas "Cakeisalie5" Touhey2018-04-025-238/+9
* Started implementing a little the client side of TICThomas "Cakeisalie5" Touhey2018-04-028-42/+314
* Cleaned up the project.Thomas "Cakeisalie5" Touhey2018-04-0115-408/+806
* Continued server (information gathering).Thomas "Cakeisalie5" Touhey2018-04-017-216/+1081
* Continued coding the server.Thomas "Cakeisalie5" Touhey2018-03-315-195/+149
* Premiers tests avec le client : récupération de l'heure.Thomas "Cakeisalie5" Touhey2018-03-3112-179/+385
* Premiers tests réussis !Thomas "Cakeisalie5" Touhey2018-03-312-2/+27
* Started building library and client application.Thomas "Cakeisalie5" Touhey2018-03-315-15/+140
* Continued client library.Thomas "Cakeisalie5" Touhey2018-03-315-38/+172
* Removed ASN.1/nanomsg, started using SunRPC/XDR instead.Thomas "Cakeisalie5" Touhey2018-03-3010-176/+590
* Started to integrate ASN.1 and nanomsg seriously, althrough still a WIP.Thomas "Cakeisalie5" Touhey2018-03-284-8/+137
* Commencé à intégrer les formats de paquet en ASN.1Thomas "Cakeisalie5" Touhey2018-03-277-62/+128
* Gathering data works now.Thomas "Cakeisalie5" Touhey2018-03-276-123/+275
* TOUJOURS PLUS DE LIGNES VIDES ! (corrigé les documents rst)Thomas "Cakeisalie5" Touhey2018-03-2610-38/+475
* Rewrote docs in reStructuredText, continued data decoding, continued M2M comm...Thomas "Cakeisalie5" Touhey2018-03-2618-1095/+2079
* Continued daemon.Thomas "Cakeisalie5" Touhey2018-03-232-43/+244
* Travaillé sur le protocole M2M.Thomas "Cakeisalie5" Touhey2018-03-2117-183/+352
* Commencé à implémenter le M2M, encore à trouver comment faire ça proprem...Thomas "Cakeisalie5" Touhey2018-03-205-180/+343
* Ajouté multi-usage du même handle curl, corrigé quelques lectures dangereu...Thomas "Cakeisalie5" Touhey2018-03-206-82/+149
* Amélioré la partie CGI pour récupérer la taille attendue du buffer.Thomas "Cakeisalie5" Touhey2018-03-204-39/+93
* CGI interface seems to work!Thomas "Cakeisalie5" Touhey2018-03-202-26/+68
* Corrected cgi.c (*UNTESTED*), added documentation about CGIThomas "Cakeisalie5" Touhey2018-03-193-195/+516
* Tentative de documentation du langage de scripting CGI, première version de ...Thomas "Cakeisalie5" Touhey2018-03-183-130/+622
* En train d'ajouter le support des scripts CGI.Thomas "Cakeisalie5" Touhey2018-03-173-30/+528
* Started documenting CGI scripting languageThomas "Cakeisalie5" Touhey2018-03-176-38/+296
* En train de travailler sur récupération des données depuis les CSV.Thomas "Cakeisalie5" Touhey2018-03-1610-153/+334
* Commencé à ajouter ce qui est relatif aux données stockées dans les CSV a...Thomas "Cakeisalie5" Touhey2018-03-116-29/+562
* Continué un peu, n'ai pas encore pu tester sur un vrai serveur.Thomas "Cakeisalie5" Touhey2018-03-1110-78/+462
* Corrected configuration managementThomas "Cakeisalie5" Touhey2018-03-102-123/+39
* cfg.c compiles now, yet to be tested.Thomas "Cakeisalie5" Touhey2018-03-104-78/+136
* It works!Thomas "Cakeisalie5" Touhey2018-03-104-13/+24
* Avancé la démonstration et l'exemple, ne fonctionne pas encore.Thomas "Cakeisalie5" Touhey2018-03-104-57/+307
* Reconstruit la liste, ça commence à marcher, mais bizarrement.Thomas "Cakeisalie5" Touhey2018-03-105-233/+251
* Fait sauter la garantie weshead_t** dans les fonctions de type get.Thomas "Cakeisalie5" Touhey2018-03-105-8/+20
* Tried to clean up the code according to what clang's Weverything told me, sti...Thomas "Cakeisalie5" Touhey2018-03-105-40/+48