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

mkschreder / orangerpcd / 88
83%

Build:
DEFAULT BRANCH: master
Ran 11 Oct 2016 10:48AM UTC
Jobs 1
Files 200
Run time 10s
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

pending completion
88

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.

74 of 74 new or added lines in 3 files covered. (100.0%)

1651 of 1993 relevant lines covered (82.84%)

883801.2 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
11
100.0
src/orange_ws_server.c
14
100.0
src/orange_eq.c
22
100.0
src/orange_rpc.c

Uncovered Existing Lines

Lines Coverage ∆ File
8
100.0
src/orange_ws_server.c
Jobs
ID Job ID Ran Files Coverage
1 88.1 11 Oct 2016 10:48AM UTC 0
82.84
Travis Job 88.1
Source Files on build 88
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #88
  • 2037ccd2 on github
  • Prev Build on master (#87)
  • Next Build on master (#90)
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