-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from GabrielSirtoriCorrea/AtualizandoDiretorios
AtualizandoDiretorios
- Loading branch information
Showing
18 changed files
with
42 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"FridayConfigs": { | ||
"ID": "Sexta-Feira", | ||
"ServerHost": "192.168.0.5", | ||
"ServerHost": "localhost", | ||
"Port": 5000 | ||
}, | ||
"ServerConfigs": { | ||
"ID": "Server", | ||
"Host": "192.168.0.5", | ||
"Host": "localhost", | ||
"Port": 5000 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
{ | ||
"Friday": { | ||
"action": 0, | ||
"content": {}, | ||
"action": 1, | ||
"url": ".com" | ||
}, | ||
"Interface": { | ||
"action": 2, | ||
"content": {}, | ||
"url": ".com" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
from Functions import ServerConnection, setRequestJson | ||
import os | ||
|
||
connection = ServerConnection() | ||
|
||
while True: | ||
response = connection.send(setRequestJson('getDevicesStatus', 'Server', 0, '.com')) | ||
|
||
if response['Friday']['action'] == 1: | ||
os.startfile(os.getcwd().replace('Sexta-Feira(A.I.)', '') + 'Sexta-FeiraInterface/dist/Sexta-FeiraInterface.jar') | ||
print('Started') | ||
break |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#Wed, 29 Jul 2020 19:55:41 -0300 | ||
#Mon, 03 Aug 2020 21:17:22 -0300 | ||
|
||
|
||
E\:\\Sexta-Feira-Mark_6\\Sexta-FeiraInterface= |
Binary file modified
BIN
-41 Bytes
(96%)
Sexta-FeiraInterface/build/classes/com/friday/FridayComunication.class
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
Sexta-FeiraInterface/build/classes/com/friday/FridayComunication.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"action": 5, | ||
"content": null, | ||
"url": "E:/Sexta-Feira-Mark_6/Images/Brasil Pol\u00edtico.jpg" | ||
"url": "E:\\Sexta-Feira-Mark_6\\/Images/TabelaPeriodica.jpg" | ||
} |
Binary file modified
BIN
-2 Bytes
(100%)
Sexta-FeiraInterface/build/classes/com/friday/SextaFeiraInterface.class
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"action": 5, | ||
"content": null, | ||
"url": "E:/Sexta-Feira-Mark_6/Images/Brasil Pol\u00edtico.jpg" | ||
"url": "E:\\Sexta-Feira-Mark_6\\Images\\TabelaPeriodica.jpg" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters