1
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 23 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
TJFabric: - First import of TJFabric. TJFabric is a rule-based message router for (home) automation. The routing is configured by a 'fabric file' (XML). By creating multiple in- and output groups, TJFabric can transfer messages between various hosts and multicast groups. All incoming messages are matched to a set of defined rules. When a rule matches, the script attached to the rule is executed. The script may send messages to other groups, possibly using (and modifying) the contents of the received message. In later versions, TJFabric will also work with Bonjour-like technologies to autodiscover supported devices (using a descriptive file that tells TJFabric which messages are supported by a specific device). Also, TJFabric will support a 'dashboard' server protocol. TJFabric currently 'speaks' OSC over UDP over IPv6 (and IPv4, if the operating system supportes IPv4-to-IPv6 mapping with the ::ffff:192.168.1.1 notation). Currently, TJFabric runs on Mac OS X 10.6, but should be portable to any POSIX platform. The end goal is to have TJFabric running on embedded, low-power, Linux-based devices.
Tommy V
as Tommy van der Vorst
More... over 14 years ago
TJShowRemote: - Changed the messages sent to have a '/tj/ep/color/'-prefix
Tommy V
as Tommy van der Vorst
More... over 14 years ago
TJShowRemote: - Now uses OSCPack instead of OSCKit for creating and sending OSC messages
Tommy V
as Tommy van der Vorst
More... over 14 years ago
TJShowRemote: - Initial check-in of TJShowRemote, a new program for iPhone/iPod Touch that (currently) is able to auto-discover OSC services and send a few predefined commands to them. In the future, the TJShowRemote should be able to control TJShow servers and some OSC-based devices (using some kind of description language to discover OSC messages that can be sent). It could also be a 'remote dashboard' (for a headless TJShow-based homeserver, for example).
Tommy V
as Tommy van der Vorst
More... over 14 years ago
Added TJShowRemote directory
Tommy V
as Tommy van der Vorst
More... over 14 years ago