Skip to content

voxadam/cascades-caf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cascades-caf

A Context-Awareness Framework as components for Cascades

Examples

Using HttpProperty with the system agent

'3s' -> INT HttpProperty(caf/http-property)

'{
	"url": "http://localhost:9000/rest/System/PS", 
	"method": "GET",
	"content-type": "application/json"
}' -> REQ HttpProperty

'{
	"type": "float",	
	"name": "ProcessCount",
	"template": "{{ .count }}",
	"group": "SystemA"
}' -> TMPL HttpProperty


HttpProperty PROP -> IN Log(core/console)

About

A Context-Awareness Framework as components for Cascades

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%