Tagged Questions
EPL stands for the "Eltron Programming Language" and is a proprietary programming language used to communicate to Zebra (formerly Eltron) branded printers
5
votes
5answers
657 views
If I use jQuery, must my Web App be GPL'd?
I'm working on a Web App Framework that I'd like to put under the Eclipse Public License for various reasons. The only problem is that I want to include jQuery in the framework, and that is under the ...
3
votes
2answers
750 views
How to print with win-1250 codepage on zebra printer?
I have this code for printing with Zebra printer (RW 420 to be specific)
StringBuilder sb = new StringBuilder();
sb.AppendLine("N");
sb.AppendLine("q609");
...
2
votes
1answer
488 views
EPL (Eclipse Public License), GPL (GNU Public License)/LGPL (Lesser GPL) and license exceptions?
The Free Software Foundation considers EPL and GPL to be incompatible. Based on my reading of their reasoning, it would seem that the LGPL would be similarly affected -- IANAL, please correct me if ...
2
votes
1answer
36 views
Distributing applications that require FOSS license.txt files to be distributed; how to handle conflicts?
I have an application I intend to distribute in binary form. It depends on a LGPL binary, and an Eclipse Public Library. Each of these licenses require me distribute a license file with them.
How ...
2
votes
2answers
178 views
can I ship a 'lein uberjar' containing some gpl3 classes?
I have a project that I have released under the GPLv3 that requires clojure.jar and clojure-tontrib.jar to run. I would really like to ship one big jar file with all of them. (perhaps with a ...
2
votes
3answers
161 views
Licensing an Eclipse RCP application as GPL
I'm currently developing an Eclipse RCP application an I would like to release it under GPL v 3.
As far as I can tell, Eclipse Public License (under which the RCP code is licensed) allows this, but ...
1
vote
1answer
179 views
Esper: Chaining property access and method calls in EPL queries
I am currently struggling to get some Esper EPL queries to work. The queries are looking like this:
select a.center.distance(b.center) as delta
from pattern [
every-distinct(a.id, b.id) (
...
1
vote
1answer
879 views
Image (PCX) for EPL2 Zebra printer
I am having trouble producing and uploading graphics to an EPL2 printer.
Having tired quite literally any pieces of software available and trawled the internet, I am at a loss.
I have a 1 bit file ...
1
vote
1answer
1k views
Preview label written in Eltron Programming Language EPL?
I have code produced by our proprietry system in the Eltron Programming Language:
This is sent to Eltron/Zebra label printers to be printed.
Is there some kind of software that would allow me to ...
0
votes
1answer
22 views
EPL Errors with Nesper Patterns
I am experimenting with Nesper (.NET version of Esper) and ran into a few troubles that I just cannot understand. The following simple EPL (modeled after the tutorial) fails with an error:
select * ...
0
votes
1answer
179 views
how to print ASCII character codes in EPL
I'm working on a webproject that involves sending EPL2 printing codes to a Zebra label printer. It does this by writing a file to the local computer with the EPL2-codes and calling an ...
0
votes
2answers
516 views
Customize UPS Shipping Label with Eltron Programming Language
I am integrating with UPS's Shipping Web Services to improve our warehouse's daily process. UPS returns a shipping label for a package in EPL (Eltron Programming Language). I was able to print the ...
0
votes
1answer
277 views
Esper EPL Query for Time(t) and Time(t-1)
I am trying to implement an EPL query that can pick up the avg for Time(t) & Time(t-1).
For example:
a) in the first 5 seconds (seconds 0-5) there are 2 events with an avg of 12
...
0
votes
1answer
164 views
Name that printing file format
Hello there fellow Stackers!
I wonder if anybody could tell me what the following file format is? If you print it as-is then your print out will be, er, as-is BUT if you send it directly to the ...