-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.0 Release Schedule - Details #53
Comments
Nice one, I just noticed this branch when updating our local deployment of multicast. |
It would be almost poetic if I could get it to work 😁 I've never loved |
Switched to |
Nice one! Can't wait for the new release!
|
Are there any plans to allow sending push alerts directly via HTTP POST or GET, and not just through the web page? |
@redfive2012 The new version is switching to a GraphQL API, which will include a playground and allow you to query against it directly. |
Hello, any news about v3 release? |
Glad you're enjoying it :) I'm away from home (and thus away from any Chromecasts for testing 😢) for the next couple weeks and I've just started a new job, so this project has remained on the backburner, but I am still actively developing, if not as quickly as I'd like. My original goal for v3 was to rewrite the core codebase and implement every feature requested over v2's lifespan, but I think I may tie off a release for 3.0 without any new features (just way more stable!) and then save new features for minor 3.1+ releases. I'll post on this thread when I have something usable worth testing for v3, hopefully soon! |
Any status update on 3.0? Still active? anything I can help with? |
Hey all! Since my last post I've moved across the country and gotten settled into a new job, but I still haven't had the time I want to dedicate to getting this project into a good state to push an official release. I just merged the last major missing pieces for 3.0 to If you want to help get 3.0 in good shape for an official release, it would be super helpful if you could clone EDIT: README has been updated, |
I'm getting trouble trying to build this. getting parcel not found. |
Here's a couple troubleshooting tips, let me know if the issue persists Make sure you're on the
|
Finally got around to testing this out, and the UI is great - tried it in Docker first, but couldn't get any devices to show up - probably need to mess around with the ports for mDNS etc. |
I'm also getting an error, but I see no devices I'm getting: Oops! We
encountered an error. Network error: Failed to fetch, I filed it under
issues.
…On Sat, Jun 13, 2020, 9:13 AM Jonty Sewell ***@***.***> wrote:
Finally got around to testing this out, and the UI is great - tried it in
Docker first, but couldn't get any devices to show up - probably need to
mess around with the ports for mDNS etc.
Running it on my local (linux) PC it sees the device i'm testing with on
my network, but when I try and connect to it I get client errored:
Unsupported protocol version: undefined in the log and it doesn't show
the screen.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#53 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABRPFSJUFTXBDCP5WPD6JYLRWN3QBANCNFSM4G37LEYQ>
.
|
Goals
The UI will be rewritten in React + TypeScript + Apollo Client.
The backend will be rewritten with Apollo Server + TypeScript.
The data layer will use SQLite instead of Mongo to facilitate simpler deploys.
Progress
You can track progress on the
master
branch. The latest stable version will remain available on thev2.x
branch.mdns
tomulticast-dns
protobuf
vulnerability upstream (tracking in patch protobuf vulnerability node-castv2#1)~/.multicast
)The text was updated successfully, but these errors were encountered: