Skip to content

Commit

Permalink
feat: adding credibility header property
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanCapistrano committed Mar 9, 2024
1 parent 7bb872b commit 07ba148
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ O `soft-iot-reputation-node` é o *bundle* responsável pelo gerenciamento dos n
| Propriedade | Descrição | Valor Padrão |
| ----------- | --------- | ------------ |
| ip | Endereço IP de onde o *bundle* está sendo executado. | localhost |
| port | Porta para conexão com o *broker*. | 1883 |
| port | Porta para conexão com o *broker*. | 1883 |
| user | Usuário para conexão com o *broker*. | karaf |
| pass | Senha para conexão com o *broker*. | karaf |
| checkDeviceTaskTime | Tempo (segundos) para verificação dos dispositivos que estão conectados ao nó. | 5 |
Expand All @@ -18,7 +18,10 @@ O `soft-iot-reputation-node` é o *bundle* responsável pelo gerenciamento dos n
| changeDisturbingNodeBehaviorTaskTime | Tempo (segundos) para o nó do tipo Perturbador verificar a própria reputação para alterar o seu comportamento. | 30 |
| useCredibility | Determina se deseja usar (true) ou não (false) a credibilidade no sistema. | true |
| useLatestCredibility | Determina se é para usar (true) ou não (false) a credibilidade mais recente para o cálculo da reputação. | true |
| credibilityHeader<sup>1</sup> | Cabeçalho do arquivo .csv | `Node_ID,C(n),R,Tr(n),Cr_old(n),Cr_new(n),Started_experiment_time,wrote_file_time` |
| debugModeValue | Modo depuração. | true |

###### Obs<sup>1</sup>: O cabeçalho deve ser separado por vírgulas e sem espaço. ######

## Licença
[GPL-3.0 License](./LICENSE)

0 comments on commit 07ba148

Please sign in to comment.