29 Sep, 2022

1 commit


26 Sep, 2022

1 commit


23 Sep, 2022

1 commit


22 Sep, 2022

1 commit


12 Sep, 2022

1 commit


30 Aug, 2022

1 commit


29 Aug, 2022

3 commits


08 Aug, 2022

1 commit


11 Jul, 2022

1 commit


27 Jun, 2022

1 commit


03 May, 2022

1 commit


28 Apr, 2022

1 commit


15 Apr, 2022

1 commit


18 Feb, 2022

1 commit


04 Feb, 2022

1 commit


10 Nov, 2021

2 commits


09 Nov, 2021

1 commit


13 Oct, 2021

1 commit


06 Oct, 2021

1 commit


01 Oct, 2021

1 commit


06 Sep, 2021

1 commit


01 Sep, 2021

1 commit


13 Aug, 2021

1 commit


05 Jul, 2021

1 commit


03 May, 2021

1 commit


21 Apr, 2021

1 commit


13 Apr, 2021

1 commit


07 Apr, 2021

1 commit


25 Mar, 2021

1 commit


16 Jul, 2019

1 commit


09 Jul, 2019

1 commit


21 Jun, 2019

1 commit


14 Jun, 2019

1 commit

  • /src/core/pyros_django/utils/celme/ => /src/core/celme/
    
    
    
    TODO (coming) :
    - Restructuration du projet - phase 5 : /devices_channel/ =>
    réorganisation interne
    
    	RAPPELS SUR L'UTILISATION :
    
    	- (TEST) Scenarios de test :
    		1) ./pyros test
    		2) ./pyros testall
    		3) Lancer agents A et B en mode simu (option -t):
    			./pyros.py -t start agentA,agentB
    			Attendre 1 à 2mn jusqu'à obtenir les 2 résultats suivants:
    			(AgentA): Finished testing => result is ok
    			(AgentB): Finished testing => result is ok
    		4) Lancer agentDevice et agentTelescopeRequester en mode simu (-t) :
    			./pyros.py -t start agentTelescopeRequester,agentDevice
    
    	- (RUN) Mode opératoire pour lancer un agent (en mode normal, hors
    test) :
    		- pour lancer agentA seulement : ./pyros.py start agentA [-c
    configfile]
    		- pour lancer plusieurs agents : ./pyros.py start agentA,agentB,...
    [-c configfile]
    		(ou encore: activer l'environnement virtuel, puis lancer "cd
    src/.../agent/ ; ./AgentA.py configfile")
    		- pour utiliser thread ou processus : il suffit de mettre la constante
    RUN_IN_THREAD de AgentA (ou AgentB ou AgentX) à False ou True
    Etienne Pallier
     

13 Jun, 2019

3 commits