• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mkschreder / orangerpcd / 88 / 1
83%
master: 83%

Build:
DEFAULT BRANCH: master
Ran 11 Oct 2016 10:48AM UTC
Files 200
Run time 9s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

11 Oct 2016 10:34AM UTC coverage: 82.84% (-1.7%) from 84.579%
88.1

push

travis-ci

mkschreder
add first working version of local event queue allowing applications to send events to connected clients

- Event queue is implemented as a linux message queue
- Sever opens queue named /orangerpcd-events (default name) and starts a task
  listening for events
- Shell clients can send new events using (syntax is likely to change) shell
  command "orangerpcd-client broadcast <name> '{..data..}'"
- The event is sent to local queue (max event message size is typically 8k)
- Server task picks up the event and then forwards it to all connected clients
- Clients receive standard jsonrpc 2.0 event message as
  {"jsonrpc":"2.0","method":"<eventname>","params":{..data..}}

Note that event messages are same as a method call except that they don't have
an "id" parameter and they originate from the server to the clients.

1651 of 1993 relevant lines covered (82.84%)

883801.2 hits per line

Source Files on job 88.1
  • Tree
  • List 0
  • Changed 10
  • Source Changed 6
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 88
  • Travis Job 88.1
  • 2037ccd2 on github
  • Prev Job for on master (#87.1)
  • Next Job for on master (#90.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc