Giter VIP home page Giter VIP logo

Comments (5)

kfdm avatar kfdm commented on July 18, 2024

I have not really worked on this library in many years, especially since Growl itself has been retired, 1

However, if you want to investigate yourself, you need to keep in mind that the GNTP protocol uses \r\n for lines, so as long as your line uses \n for new line, I think it should probably work.

from gntp.

tortoo avatar tortoo commented on July 18, 2024

@kfdm Great thanks for your reply! I know Growl is a bit old, but I think it is still strong. 😹
I test it just now, but the part after the line break is still missing.

[00:00:00] INFO -- : Sending Growl notification 'test': 'abc
123'

And I received:
image

Notification Packet:
===================================
GNTP/1.0 NOTIFY NONE SHA512:xxx
Notification-Callback-Context-Type: type
Notification-ID: xxx
Application-Name: HuginnGrowl
Notification-Text: abc

[00:00:00] INFO -- : Sending Growl notification 'test': 'abc\n123'

And I received:
image

Notification Packet:
==================================
GNTP/1.0 NOTIFY NONE SHA512:xxx
Notification-Callback-Context-Type: type
Notification-ID: xxx
Application-Name: HuginnGrowl
Notification-Text: abc\n123

from gntp.

kfdm avatar kfdm commented on July 18, 2024

Is the prowl part something you wrote? I don't see anything prowl related in the regrowl library. Currently I don't have this library, regrowl, or growl installed, so it would be a little challenging for me to debug it without a more detailed explanation of your setup and how everything is connected together.

from gntp.

tortoo avatar tortoo commented on July 18, 2024

I didn't write anything. Wait for me to speak slowly. 😸
I send messages with Growl Agent of huginn. Huginn is a very popular project on Github. After deployed huginn, you can see the Growl Agent on a page something like this:
image
And I installed regrowl version by snicker on the same server. The regrowl related to Prowl was written by him. You mention it here in 2014. 😹

After deployed those above your Prowl can receive messages send by Growl Agent.

from gntp.

kfdm avatar kfdm commented on July 18, 2024

I'm sorry, I don't really have any of this setup to test, and have not used it myself in many years 🙇

from gntp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.